The watermark exposed a bug in server_write that broke keep-alive
authorreyk <reyk@openbsd.org>
Wed, 6 Aug 2014 11:24:12 +0000 (11:24 +0000)
committerreyk <reyk@openbsd.org>
Wed, 6 Aug 2014 11:24:12 +0000 (11:24 +0000)
commit2cadac13c6ac84d7c92ff89932756918c24116e4
treeaed707cdc9539510e62b76d22ac484006b0eae6c
parente5add523cf120c316f8e1effe0a73ed23b7045d3
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@
usr.sbin/httpd/server.c
usr.sbin/httpd/server_file.c