CVSROOT: /cvs Module name: src Changes by: be...@cvs.openbsd.org 2018/10/11 03:52:22
Modified files: usr.sbin/httpd : httpd.h server.c server_http.c Log message: Backout my previous commit: date: 2018/10/01 19:24:09; author: benno; state: Exp; lines: +7 -1; commitid: 0O8fyHPNvPd8rvYU; 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@ Mark Patruck (mark AT wrapped DOT cx) found a problem with it, thanks for the report. ok reyk@ bluhm@ sthen@ deraadt@