You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 response body is (even if its zero).
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 response body is (even if its zero).