diff options
| author | SaJH <wogur981208@gmail.com> | 2025-08-20 22:54:46 +0900 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-08-21 16:48:54 +0200 |
| commit | f2a6c0477fd95518ffb4fcea8e655a9062874bd2 (patch) | |
| tree | 5ba9079021190354ee5352c60949602e5246d116 /docs | |
| parent | ed7c1a56400d64f109f30df3ce697984cdad7c75 (diff) | |
Fixed #36399 -- Added support for multiple Cookie headers in HTTP/2 for ASGIRequest.
Signed-off-by: SaJH <wogur981208@gmail.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.0.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt index 3e250706ec..e54b9788ce 100644 --- a/docs/releases/6.0.txt +++ b/docs/releases/6.0.txt @@ -333,7 +333,8 @@ Pagination Requests and Responses ~~~~~~~~~~~~~~~~~~~~~~ -* ... +* Multiple ``Cookie`` headers are now supported for HTTP/2 requests when + running with ASGI. Security ~~~~~~~~ |
