Browse Source
refuse excess h2 streams up to stream id 199 within 1-2 seconds of establishing connection. This attempts to more gracefully handle excessively agressive browsers sending too many new requests *before* processing the initial SETTINGS frame sent by the server. lighttpd HTTP/2 support limits SETTINGS_MAX_CONCURRENT_STREAMS to 8 and communicates this in the initial SETTINGS sent by the server. x-ref: "Chrome 92, HTTP/2, fcgi, mutiple puts no response" https://redmine.lighttpd.net/issues/3093 "POST request DATA part for non-existing URI closes HTTP/2 connection prematurely" https://redmine.lighttpd.net/issues/3078master
1 changed files with 26 additions and 17 deletions
Loading…
Reference in new issue