CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/10/01 13:24:09
Modified files:
usr.sbin/httpd : httpd.h server.c server_http.c
Log message:
Only send 408 Timeout responses when we have seen at least part of a
request. Without a request, just close the connection when we hit
request timeout.
Prompted by a bug report from Nikola Kolev, thanks.
ok reyk@ and some suggestions from claudio@ and bluhm@
