Commit db4201d
committed
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.1 parent f9d554e commit db4201d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
528 | | - | |
| 528 | + | |
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
| |||
0 commit comments