websocket
websocket copied to clipboard
Fix Manually passed `Cookie` header overrides `http.CookieJar` cookies
see issue
move range Jar.Cookies code under range requestHeader
why is this pr not merged? I think it has fixed #597 @elithrar
I have not had time to review. Please be patient - this is not a paid for project and is entirely volunteer run.
(Please do not continually @ me)
I have not had time to review. Please be patient - this is not a paid for project and is entirely volunteer run.
(Please do not continually @ me)
Sorry~ I don’t know that you are so busy, I just want to work with you to better maintain this community. I’m sorry if you bother!
For some reason, I'm confused by the intention here (or perhaps the bug). Wouldn't the manual application of a cookie overriding the jar be desired? Very rarely do I do something manually and expect the automatic behavior to happen; IE: I always expect one or the other, not both.
To that end, while this may address the issue I question if it is the desired behavior.