mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
requests.cookies.merge_cookies() requires a dict or a CookieJar as the second argument. We've been passing lists of Cookie objects instead. Fixes #62, harder this time.
7 lines
127 B
Text
7 lines
127 B
Text
Host: example.org
|
|
Path: /hello
|
|
Set-cookie: om="nomnom"
|
|
|
|
Host: example.com
|
|
Set-cookie: multiple=cookies
|
|
Set-cookie: are=allowed
|