CVSROOT: /cvs Module name: src Changes by: [email protected] 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@
