aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Fix parse_mimetype ignoring whitespace-only segments after semicolons When a MIME type string contains a trailing semicolon followed by whitespace (e.g. 'text/html; ' or 'text/html; charset=utf-8; '), the whitespace-only segment was not being skipped, resulting in a spurious empty-key parameter ({"": ""}) being added to the parsed MimeType's parameters dict. The existing check 'if not item: continue' only skips truly empty strings (from a trailing bare semicolon like 'text/html;'), but not whitespace-only strings produced by 'text/html; '. Fix: use 'if not item.strip(): continue' to also skip whitespace-only segments, consistent with RFC 2045 which requires parameter names to be non-empty tokens.
JSap0914:fix/parse-mimetype-whitespace-segment
17 minutes ago
Bump actions/cache from 6.0.0 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/3.15/actions/cache-6.1.0
18 hours ago
Bump actions/cache from 6.0.0 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/actions/cache-6.1.0
18 hours ago
Fix parse_content_disposition rejecting headers with OWS around disposition type (#12997)
master
21 hours ago
[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
JSap0914:fix/parse-content-disposition-ows-before-semicolon
24 hours ago
Rename 12981.bugfix.rst to 13001.bugfix.rst
fix-indexerror
2 days ago
Fix parse_content_disposition rejecting headers with OWS around disposition type (#12997)
master
2 days ago
[PR #12997/5ff087ab backport][3.14] Fix parse_content_disposition rejecting headers with OWS around disposition type (#12998) **This is a backport of PR #12997 as merged into master (5ff087abcde85d0bef9b65bbde67d1131f5331b5).** Co-authored-by: JSap0914 <116227558+JSap0914@users.noreply.github.com>
3.14
2 days ago
Latest Branches
CodSpeed Performance Gauge
0%
Fix parse_mimetype producing spurious empty-key parameter for whitespace-only segments after semicolons
#13010
29 minutes ago
08ef461
JSap0914:fix/parse-mimetype-whitespace-segment
CodSpeed Performance Gauge
0%
Bump actions/cache from 6.0.0 to 6.1.0
#13005
18 hours ago
912cccc
dependabot/github_actions/3.15/actions/cache-6.1.0
CodSpeed Performance Gauge
0%
Bump actions/cache from 6.0.0 to 6.1.0
#13004
18 hours ago
4bc79ca
dependabot/github_actions/actions/cache-6.1.0
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs