aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
reject websocket close codes above the valid range (#12895)
master
5 hours ago
fix: catch UnicodeDecodeError in text() and post() methods Fixes #13099 Previously, BaseRequest.text() and the form-urlencoded branch of BaseRequest.post() only caught LookupError (invalid charset name), but not UnicodeDecodeError (body bytes cannot be decoded with the declared charset). This caused raw UnicodeDecodeError to leak to users instead of a proper HTTP 415 response. Now both methods catch UnicodeDecodeError alongside LookupError and raise HTTPUnsupportedMediaType as expected.
muhamedfazalps:fix/unicode-decode-error
17 hours ago
[PR #12895/64313cfc backport][3.15] reject websocket close codes above the valid range (#13120) **This is a backport of PR #12895 as merged into master (64313cfc5024a316d85f34e7e77c9995a683e35f).**
3.15
21 hours ago
[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
tarasko:feature/speedups_aiofastnet
21 hours ago
[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
tarasko:feature/speedups_aiofastnet
21 hours ago
Disable aiofastnet in uvloop test for better coverage
tarasko:feature/speedups_aiofastnet
22 hours ago
reject websocket close codes above the valid range (#12895)
master
1 day ago
reject websocket close codes above the valid range (#12895) (cherry picked from commit 64313cfc5024a316d85f34e7e77c9995a683e35f)
dxbjavid:patchback/backports/3.15/64313cfc5024a316d85f34e7e77c9995a683e35f/pr-12895
1 day ago
Latest Branches
CodSpeed Performance Gauge
0%
fix: catch UnicodeDecodeError in text() and post() methods
#13121
17 hours ago
2de82df
muhamedfazalps:fix/unicode-decode-error
CodSpeed Performance Gauge
+52%
Add aiofastnet to speedups extra
#12822
21 hours ago
5623fb6
tarasko:feature/speedups_aiofastnet
CodSpeed Performance Gauge
0%
[PR #12895/64313cfc backport][3.15] reject websocket close codes above the valid range
#13120
2 days ago
f15938b
dxbjavid:patchback/backports/3.15/64313cfc5024a316d85f34e7e77c9995a683e35f/pr-12895
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs