Author :
florian
Date :
2024-12-22 13:51:42
Hash :b0c10c99 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