Christophe Raffalli
Christophe Raffalli
Format library is clearly documented as thread unsafe. But when used incorrectly it may raise Queue.Empty. Would be nice if - it would just have an undefined behavior - or...
Hello, I observed a leak on file descriptors with a software using Hyper. Looking at the code, the body function does not seem to issue a Message.close, nor does the...
Hello, - It would be nice to have an access to eventfd (or even better Mutex and Semaphore bases on event fd). Note that the logic for mutex is much...
- gzip (should be easy as it is supported by camlzip) - brotly ?
It would be nice, and maybe include some automatic learning to send in advance data that are almost always requested ?
Currently, only official headers are taking into account and only the value of those headers (no its name) is allocated as a string. There are two possible amelioration: - associate...
This was tested and while working did not give a big improvement. This must be further investigated as SSL sendfile, avaible with ktls as a zero copy file transfer should...
Simple_httpd does not compute any statistics about the past requests besides the logging. A user could use a filter or analyse the logs to produce such information. It would be...