aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Apply batched suggestions from code review Co-authored-by: Sam Bull <aa6bs0@sambull.org>
2sumtech:fix/rfc2231-continuation-order
20 minutes ago
[PR #13504/502dcec0 backport][3.15] Fix 2 flow control stalls (#13624) **This is a backport of PR #13504 as merged into master (502dcec0728d0937fc2eacde3fd6e5133acf57ed).** Co-authored-by: Sam Bull <git@sambull.org>
3.15
2 hours ago
fix(multipart): apply Content-Encoding in MultipartWriter.as_bytes() as_bytes() returned raw, untransformed part content even when the part headers declared Content-Encoding (gzip/deflate) or Content-Transfer-Encoding (base64/quoted-printable). write() applied these transformations via MultipartPayloadWriter, but as_bytes() called part.as_bytes() directly, skipping the encoding pipeline entirely. This broke digest authentication with qop=auth-int (the entity hash computed from as_bytes() never matched what was actually sent) and returned inconsistent results between as_bytes() and write(). Fix: when a part has encoding or transfer-encoding headers, route it through MultipartPayloadWriter with a buffer writer, matching the write() code path exactly. Added _BufferStreamWriter (minimal AbstractStreamWriter implementation) and 3 regression tests for deflate, base64, and no-encoding cases. Fixes #13495 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
bunnysayzz:fix/multipart-as-bytes-encoding
2 hours ago
Fix 2 flow control stalls (#13504) (cherry picked from commit 502dcec0728d0937fc2eacde3fd6e5133acf57ed)
patchback/backports/3.15/502dcec0728d0937fc2eacde3fd6e5133acf57ed/pr-13504
4 hours ago
Fix 2 flow control stalls (#13504)
master
4 hours ago
Bump virtualenv from 21.7.5 to 21.7.7 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 21.7.5 to 21.7.7. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/21.7.5...21.7.7) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.7.7 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/virtualenv-21.7.7
7 hours ago
Bump virtualenv from 21.7.5 to 21.7.7 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 21.7.5 to 21.7.7. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/21.7.5...21.7.7) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.7.7 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/3.15/virtualenv-21.7.7
8 hours ago
Bump cryptography from 50.0.0 to 50.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 50.0.0 to 50.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/50.0.0...50.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.1 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/cryptography-50.0.1
8 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Sort RFC 2231 filename continuations numerically
#13500
28 minutes ago
f736f4b
2sumtech:fix/rfc2231-continuation-order
CodSpeed Performance Gauge
0%
fix(multipart): apply Content-Encoding in MultipartWriter.as_bytes()
#13625
2 hours ago
c15fdf6
bunnysayzz:fix/multipart-as-bytes-encoding
CodSpeed Performance Gauge
0%
[PR #13504/502dcec0 backport][3.15] Fix 2 flow control stalls
#13624
4 hours ago
02ac5aa
patchback/backports/3.15/502dcec0728d0937fc2eacde3fd6e5133acf57ed/pr-13504
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs