scgi-c-library
scgi-c-library copied to clipboard
Asynchronous SCGI written in C. For usage in custom-built http daemons.
Hello @semitrivial, i was playing implementing a SCGI server from scratch and it works ok with Nginx. The key is to *always* add a 'Content-Length' header telling how long your...
i cloned your repo to archlinux and it complained for fd_set type. I googled it out and added include into both c and h files and that helped
Hello, Thanks for you code, I have learnt a lot. And your comments are pretty enough to keep me going even when I am tired :) But I have some...
I am trying to use your library to implement multipart mjpeg streaming in nginx. How to call scgi_write or scgi_send multiple times for one request? I will try to patch...