scgi-c-library
scgi-c-library copied to clipboard
How to call scgi_write or scgi_send multiple times for one request?
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 your code to implement this feature. Will you review it?