Skip to content

Commit 62c5068

Browse files
authored
Merge pull request #183 from PeterJCLaw/fix-history-ref
Fix link to content-length limiting PR
2 parents 61da202 + b0098ca commit 62c5068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ H11 0.15.0 (2025-04-23)
2323
Bugfixes
2424
~~~~~~~~
2525

26-
- Reject Content-Lengths >= 1 zettabyte (1 billion terabytes) early, `without attempting to parse the integer <https://docs.python.org/3/library/stdtypes.html#integer-string-conversion-length-limitation>`__ (`#178 <https://github.com/python-hyper/h11/issues/178>`__)
26+
- Reject Content-Lengths >= 1 zettabyte (1 billion terabytes) early, `without attempting to parse the integer <https://docs.python.org/3/library/stdtypes.html#integer-string-conversion-length-limitation>`__ (`#181 <https://github.com/python-hyper/h11/issues/181>`__)
2727

2828

2929
Miscellaneous internal changes

0 commit comments

Comments
 (0)