-
-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cookie): handle previously set-cookie headers (#117)
This commit fixes a case where previous set-cookie headers were ignored through the request lifecycle. This is now fixed and handles both single and multiple set-cookie header values. Since in Node.js you can do: res.setHeader("set-cookie", "name=value"); and res.setHeader("set-cookie", ["name=value", "name2=value2"]) fixes #112
- Loading branch information
Showing
2 changed files
with
55 additions
and
1 deletion.
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