-
Notifications
You must be signed in to change notification settings - Fork 654
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure RFC 6265 compliance when sending multiple cookies (#2994)
According to RFC 6265 "When the user agent generates an HTTP request, the user agent MUST NOT attach more than one Cookie header field." https://datatracker.ietf.org/doc/html/rfc6265#section-5.4 Fixes #2983
- Loading branch information
Showing
2 changed files
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters