[#] http://marc.info/?l=openbsd-cvs&m=140732428314444&w=2
openbsd-cvs(obsdave,2) — All
2014-08-06 15:55:08


Module name: src
Changes by: reyk@cvs.openbsd.org 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@