aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
docs: add pipelined to spelling wordlist
sapirbaruch:fix/finish-response-message-tail-lost
18 minutes ago
Release v3.14.0 (#12757)
36 minutes ago
Fix pipelined request lost on failed WebSocket upgrade In finish_response, when set_upgraded(False) is called after a failed upgrade, the _message_tail bytes (pipelined data stashed during data_received) were fed back to the parser but the return value was discarded. The parsed message never reached self._messages, so the start() loop blocked on _waiter indefinitely. Apply the same pattern as data_received: capture the three-tuple from feed_data, handle HttpProcessingError, append messages to self._messages, carry forward any new tail, and signal the waiter if messages are queued. Fixes #12734
sapirbaruch:fix/finish-response-message-tail-lost
51 minutes ago
[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
release/v3.14.0
51 minutes ago
[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
Derkades:fileresponse-bufferedreader
2 hours ago
[PR #12754/0d864ff9 backport][3.14] Fix sendfile test (#12756) **This is a backport of PR #12754 as merged into master (0d864ff9644205e5aa860e7598e4984aff6e07a9).** Co-authored-by: Sam Bull <git@sambull.org>
3.14
3 hours ago
restore second stat after opening
Derkades:fileresponse-bufferedreader
3 hours ago
Fix sendfile test (#12754)
master
3 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Fix pipelined request being silently dropped on failed WebSocket upgrade
#12758
28 minutes ago
b3ca40e
sapirbaruch:fix/finish-response-message-tail-lost
CodSpeed Performance Gauge
0%
Release v3.14.0
#12757
1 hour ago
58eeb29
release/v3.14.0
CodSpeed Performance Gauge
-12%
New IOResponse class for serving a response using any IO object
#10465
2 hours ago
cac7a8e
Derkades:fileresponse-bufferedreader
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs