Extend request timeout checking also to response chunks
sirthias opened this issue · 0 comments
sirthias commented
Currently the HttpServer only watches for timeouts for the initial part of a response, i.e. once a chunked response is started the following response chunkes can be separated by "infinitely" long time periods, without triggering a timeout...