mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
an issue was observed when stream was closed from our side, that the the request in-flight count on the connection. This was fixed by not reacting to :stream_closed events if request has been previously deleted.