Rene Kaufmann
Rene Kaufmann
The code assumed that all read operations (io.Reader) are filling the given buffer completely until EOF is reached. This is not the case with all io.Readers. I added a helper...
I wrote an php7-http template that is based on https://github.com/spiral/roadrunner. I took some ideas from the official php-template (php-extension.sh for installing extensions, composer.json etc.) The template is located here: https://github.com/HeavyHorst/php-roadrunner-template....
fixes #1431
### What version were you using? v1.30.2 ### What environment was the server running in? Linux pop-os 6.4.6-76060406-generic #202307241739~1695312586~22.04~4d8f3e9 SMP PREEMPT_DYNAMIC Thu S x86_64 x86_64 x86_64 GNU/Linux ### Is this...
``` flush_completions :: proc(io: ^IO, wait_nr: u32, timeouts: ^uint, etime: ^bool) -> os.Errno { cqes: [256]io_uring.io_uring_cqe wait_remaining := wait_nr for { completed, err := io_uring.copy_cqes(&io.ring, cqes[:], wait_remaining) if err !=...