- aiohttp Sending a file-like data payload prevents connection reuse
- redis-py AttributeError: 'Redis' object has no attribute 'sentinel_masters'
- redis-py Another race condition in health checks and pubsub
- redis-py Question: resolving hostname when retry on connection timeout
- redis-py AttributeError in UnixDomainSocketConnection starting v4.1.0
- redis-py WRONGPASS response doesn't raise AuthenticationError exception
- redis-py AsyncIO Cluster Mode Lock doesn't work
- redis-py Missing "blocking" argument when initializing blocking in asynchronous mode
- redis-py 'UnixDomainSocketConnection' object has no attribute '_command_packer'
- redis-py [Bug] Aioredis cancellation of blocking operations stucks next operations
- Requests Making requests to URLs with username and password does not respect no_proxy evironment
- redis-py TimeoutError during ClusterPipeline makes the client unrecoverable
- redis-py `SentinelManagedConnection` delays new master detection and Risks data loss
- redis-py Retry Mechanism Fails When Redis Container is Paused
- redis-py max_connections is not being honoured in RedisCluster mode
- httpx Specified timeout not enforced (using a proxy)
- Requests [BUG] JSONDecodeError can't be deserialized - invalid JSON raises a BrokenProcessPool and
- redis-py query object is not outputing the `TIMEOUT` argument in case of 0 ( 0 means unlimited for
- redis-py Instantiating BlockingConnectionPool.from_url with timeout in query args fails
- httpx `response.aclose()` raises httpcore errors, not HTTPError
- httpx Too much data for declared Content-Length when passing string with non-ascii characters via
- httpx environ["SERVER_PORT"] can't be "None"
- httpx Bug with merging base_url with relative path if colon present in path
- Requests Adapter is eating MaxRetriesError's and throwing other errors
- redis-py redis._compat: global name 'InterruptedError' is not defined
- redis-py LMOVE, BLMOVE return incorrect response
- redis-py v4.3.3 continues to contain backwards incompatible change to ``redis.lock.Lock``
- Celery Task.retry() always raises RuntimeError if task_always_eager and task_eager_propagates are
- Celery Redis results backend: apply_async().get() hangs forever after disconnection from
- httpx HTTP/2 connections are always active within ConnectionPool
- httpx h11._util.LocalProtocolError: Too little data for declared Content-Length
- httpx Client middleware API
- httpx Fine-tuning timeouts from the default timeout config
- httpx Passing 'timeout=None' should always result in no timeout
- httpx Timeout from ConnectionPool on number of concurrent requests larger than max_connections
- httpx DecodingError with zlib-compressed responses
- urllib3 Connection retrieved from connection pool has wrong cert_reqs (based on previous request)
- urllib3 ca_cert_dir keyword argument may be passed to HTTPConnectionPool by accident.
- urllib3 IndexError when handle malformed http response
- urllib3 Interrupted system call while profiling with plop
- Requests Two Host header are being sent when doing chunk transfer with Session
- redis-py 4.6.0 - ConnectionError max number of clients reached
- uvicorn Uvicorn does not respect gunicorn's keepalive timeout
- uvicorn Gunicorn with UvicornWorker is not respecting the timeout
- uvicorn uvicorn closes client connection arbitrarily
- uvicorn Requests hang when running quart with uvicorn
- starlette TestClient.request does not honor timeout
- httpx Transport API
- httpx Sync client fails on ASGI apps with unhelpful traceback
- httpx Clearing authorization at the request level.
- httpx Reconsider UNSET?
- httpx Customize Keep-Alive timeout
- urllib3 Add `other` counter to Retry for fully fine-grained retry configuration
- urllib3 test_https_timeout & test_enhanced_timeout fail when there's no networking
- urllib3 UnicodeError while processing invalid redirect
- urllib3 urllib3 hanging inside call to PoolManager request
- urllib3 test_delayed_body_read_timeout_with_preload is flaky
- urllib3 Incorrect handling of Retry-After (2.7)
- urllib3 Hostname matching doesn't strip trailing '.' when connecting with proxy
- urllib3 [v2] Chaining exceptions
- redis-py sentinel_get_master_addr_by_name() returns boolean instead of (host, port) pair
- redis-py Redundant async-timeout dependency in Redis 5.0.2
- redis-py Release a lock from a non-owned thread should raise proper error
- Celery Invalid format of 'date_done' field in celery.task_results with backend mongodb
- uvicorn 0.16.0: pytetst is failing in random units when `pytest-randomly` is used
- uvicorn Incorrect websocket close code on server shutdown
- starlette Starlette 0.15.0 breaks SessionMiddleware by adding ASGI Path for Subroutes using Mount
- starlette `HTTPMiddleware` breaks `BackgroundTasks` in the same connection
- httpx Document the `extensions` API.
- urllib3 urllib3 2 causes partial response to be returned (using requests 2.30.0)
- urllib3 test_socketlevel has some flaky tests
- urllib3 pypy tests often fail in CI with reason "cancelled after 30 minutes"
- urllib3 ReadTimeoutError doesn't pickle / maintain the str parsing
- aiohttp Explore moving the connect ceil_timeout in the client inside the Connector connect
- Celery chord of chains with groups: body duplication and invalid task execution order
- Celery Celery 4.4.7 attempts to use amqp despite being given Redis broker_url & result_backend
- flask raising HTTPException does not cause got_request_exception signal to be emitted