You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This requires (probably) patching http/af and h2. At the moment, it is possible to open connections and never send any data. The connections remain open. Such connections never even reach Dream, but linger in the lower-level HTTP libraries indefinitely. The timeout should probably cover the entire span from when the lower-level server first open the connection, to when it passes a request to Dream, to also catch trickling of data.
Ability to simply drop requests?
The text was updated successfully, but these errors were encountered:
This requires (probably) patching http/af and h2. At the moment, it is possible to open connections and never send any data. The connections remain open. Such connections never even reach Dream, but linger in the lower-level HTTP libraries indefinitely. The timeout should probably cover the entire span from when the lower-level server first open the connection, to when it passes a request to Dream, to also catch trickling of data.
The text was updated successfully, but these errors were encountered: