aboutsummaryrefslogtreecommitdiffstats
path: root/test/rfc6265bis_SUITE.erl
AgeCommit message (Collapse)Author
2020-10-21Fix cookie handling when tunnel and origin schemes mismatchLoïc Hoguin
The cookie_ignore_informational has been moved to http_opts and http2_opts. Also fix an issue when using 'protocols' in gun:open. When connecting via TLS the protocol's options were discarded.
2020-10-19Fix cookies for tunnelsLoïc Hoguin
There are still small issues left to fix. In particular the set_cookie command should be replaced with doing the same in the protocol itself so that the scheme is correct. So CookieStore must be propagated to all callbacks.
2020-04-16Add tests for cookie_ignore_informational optionLoïc Hoguin
2020-03-26Don't make the rfc6265bis test giver time outLoïc Hoguin
2020-03-12Make Gun use the cookie store when configured toLoïc Hoguin