From b0098caa4228d0f125a242ce57625b02cb7a58f8 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Thu, 24 Apr 2025 21:04:03 +0100 Subject: [PATCH] Fix link to content-length limiting PR The previous link was to an unrelated change which fixed the Python 3.13 CI. --- docs/source/changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/changes.rst b/docs/source/changes.rst index db234fd..10857d5 100644 --- a/docs/source/changes.rst +++ b/docs/source/changes.rst @@ -23,7 +23,7 @@ H11 0.15.0 (2025-04-23) Bugfixes ~~~~~~~~ -- Reject Content-Lengths >= 1 zettabyte (1 billion terabytes) early, `without attempting to parse the integer `__ (`#178 `__) +- Reject Content-Lengths >= 1 zettabyte (1 billion terabytes) early, `without attempting to parse the integer `__ (`#181 `__) Miscellaneous internal changes