CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/09/02 10:20:41
Modified files:
usr.sbin/httpd : httpd.h server.c server_fcgi.c
Log message:
FastCGI did not support persistent connections. Add initial support
for persistent connections with FastCGI by implementing chunked
Transfer-Encoding. This only works with HTTP/1.1.
With input and help from florian@ who found some FastCGI edge cases.
OK florian@
