Kludex
python-multipart
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Merge branch 'main' into fix-bugs-found-by-fuzz
manunio:fix-bugs-found-by-fuzz
4 hours ago
Version 0.0.28 (#284)
main
14 hours ago
Version 0.0.28
version-0.0.28
14 hours ago
Enable the CodSpeed Claude Code plugin The CodSpeed plugin is needed for any contributor using Claude Code to query CodSpeed run data, flame graphs, and run comparisons via the official MCP tools.
enable-codspeed-plugin
14 hours ago
Cap multipart boundary length at 256 bytes (#282)
main
14 hours ago
Cap multipart boundary length at 256 bytes RFC 2046 §5.1.1 recommends boundaries be at most 70 bytes. Every HTTP client in common use stays well under that. Cap the parser at 256 to keep the per-chunk look-back work bounded by a constant rather than attacker-controlled input.
cap-boundary-length
14 hours ago
Speed up partial-boundary tail scan via `bytes.find` (#281)
main
14 hours ago
Speed up partial-boundary tail scan via bytes.find The fallback path for the partial-boundary tail used a Python-level byte-by-byte while loop. Replace it with a single bytes.find call, which scans the same range at C speed. Behavior is identical: the loop's post-condition (i lands on boundary[0] or at data_length - 1) is preserved exactly.
speed-up-partial-boundary-scan-v2
14 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Handle malformed RFC 2231 continuations in `parse_options_header`
#270
4 hours ago
9da3236
manunio:fix-bugs-found-by-fuzz
CodSpeed Performance Gauge
0%
Version 0.0.28
#284
14 hours ago
63985a9
version-0.0.28
CodSpeed Performance Gauge
-1%
Enable the CodSpeed Claude Code plugin
#283
14 hours ago
7c841e2
enable-codspeed-plugin
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs