David Moreno Montero
                                            David Moreno Montero
                                        
                                    It is correct. It should be possible, but the event loop has no support for write epoll, so would block writing. Which is much better than blocking reading and writing....
Sounds good. As I understand this changes the use of the http_read_ready, to check for this case. Another option would be to change the original http_read_ready to check if there...
Thanks a lot for the report and the code example. With it, it was quite easy to fix the problems.
I will try to do more tests. If you got more information please post it here.
Use only O_POLL. Just now although you can set them all at the same time, only one of those makes sense. My favourite anyway is O_POOL. Regards. On 25 Jul...
Looks like pthreads is not found. I just pushed a patch to make you go tpast that problem, but quite probably will not compile. There were some talks to make...
A possible workaround is to create a pipe, use the read end as a timerfd, and on another thread sleep and write whenever the timer has to expire, with proper...
Thanks! Remember, this is Free Software... if you find any problem, or a feature you miss, you can contribute to make it even greater. Just reporting errors or spreading the...
Please, submit a pull request with a proposal. I did a quick check for `indent` and I liked the results of `indent -linux -i2 -nut ...` The changes should add...
Hi, I added the contributing file (suggestions appreciated!) to master. Also added `make indent` rule and indented code at the `indent` branch. Can you have a look and you feel...