On Tue, Feb 07, 2017 at 05:27:42AM -0700, Reyk Floeter wrote: > CVSROOT: /cvs > Module name: src > Changes by: [email protected] 2017/02/07 05:27:42 > > Modified files: > usr.sbin/httpd : httpd.conf.5 httpd.h parse.y server.c > > Log message: > /tmp/cvsspEkok >
Sorry, that should have been: Improve the timeout handling for HTTP requests The previous default of 10 minutes was a little bit too much, lower it to 60 seconds as found in other webservers by introducing a new "connection request timeout" for HTTP headers. It will now also terminate the connection with a 408 Request Timeout error instead of simply closing the connection. OK benno@ jsing@
