Open PoneyClairDeLune opened 6 days ago
Should also support Brotli compression at level 1, because it's...
Can use Content-Encoding: br
under HTTP mode to dynamically adapt.
https://github.com/httptoolkit/brotli-wasm
Potential Brotli implementation.
HTTP/2 fast reset attack: https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/
Browser connection limits: https://stackoverflow.com/questions/36835972/is-the-per-host-connection-limit-raised-with-http-2
Potentially, handshakes can timeout after 10 to 30 seconds, while a connection can be considered dead after having no activities for 90 to 150 seconds. Browsers time out after 30 for handshakes, and 120 or 300 for activities. The maximum non-multiplexed allowed connection count between the browser and the server should be 8, as per browser practices (6~8).