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 gets probably even less urgent now that Uvicorn has backpedaled on this change, and reverted back to the 2.3 version of the spec: encode/uvicorn#2276.
In the ASGI HTTP & WebSocket protocol version
2.4
, callingsend()
on a closed connection should raise anOSError
....but I haven't really been able to reproduce this in real servers (Uvicorn, Hypercorn).
Also, considering how the flow usually looks like, this is more important for WebSockets, which will be addressed separately in #2292.
The text was updated successfully, but these errors were encountered: