mod_h[ttp]2 v1.5.13
-
new H2CopyFiles directive that changes treatment of file handles in
responses. Necessary in order to fix broken lifetime handling in modules
such as mod_wsgi. UseH2CopyFiles off
where ever you need it. Should fix issue #110. -
removing timeouts on master connection while requests are being processed.
Requests may timeout, but the master only times out when no more requests
are active.This addresses the problem that you want a decent timeout for read/write operations, but have a web application that might take longer to produce a response.