CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2024/12/22 06:51:42
Modified files: usr.sbin/httpd : server_http.c Log message: Set correct request timeout once we found the correct server block. On accept(2), httpd(8) sets the timeout based on ip:port. Once we have parsed the http headers we can find the name-based server block and apply its request timeout. Problem identified and fix from Nick Owens, thanks! OK tb