CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/08/06 05:24:12
Modified files:
usr.sbin/httpd : server.c server_file.c
Log message:
The watermark exposed a bug in server_write that broke keep-alive
support. Instead of calling server_close from server_write, we have
to proceed to the next connection by calling the error handler.
OK jsg@
