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


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/06 03:36:31

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

Log message:
Adjust the read/write watermarks according to the TCP send buffer.
This fixes sending of large files. Previously, httpd was reading the
input file too quickly and could run out of memory when filling the
input buffer.

Found by jsg@
OK florian@