-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Search every Cookie header for session cookie
HTTP/2 allows a request to have multiple separate Cookie headers with a single Cookie in each, as opposed to HTTP/1.1 behaviour with all cookies concatenated into a single Cookie header. Change the method for searching the session cookie value in a request to account for multiple Cookie headers, and for multiple cookies in a single header. Add unit tests for both scenarios.
- Loading branch information
Showing
1 changed file
with
81 additions
and
15 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