* Detect EOF signaling remote server closed connection Raise ConnectionClosedByRemote and handle on `send` * Fix linting * Use existing NotConnected exception * Add `Reader.is_connection_dropped` method * Check connection before sending h11 events as well * Add test covering connection lost before reading response content * Check for connection closed on acquiring it from the pool * Clean up ConnectionPool logic around reaquiry of connections |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_connection_pools.py | ||
| test_connections.py | ||
| test_http2.py | ||
| test_threaded.py | ||
| utils.py | ||