Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support multiple cookies for follow_set_cookies
It appears that cookies.js expects the format ofthe `Set Cookies` header to function. This sounds reasonable, but the original request cookies are stored as a string not as key-value pair strings, so it needs to be separated again to be forwarded correctly in the redirect.
- Loading branch information