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


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/27 03:51:53

Modified files:
usr.sbin/httpd : server.c

Log message:
Write all data before closing the server socket if the output buffer
is not empty. This fixes a bug of short responses that could happen
with large files or fcgi data on connections with a higher latency.

OK florian@