DescriptionRemove cookieRequestHeaderFieldValue() and setCookie() call from WebSocketHandshake
These calls were for non-Chromium port of WebKit to get/set cookies on
WebSocket opening handshake. In Blink, they're no longer necessary.
Chromium intercepts handshakes in the browser process and add/remove
cookies. Any cookie header added by Blink is ignored. Set-cookies are
stripped before forwarded to Blink.
BUG=none
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170560
Patch Set 1 #Patch Set 2 : #
Total comments: 6
Patch Set 3 : Addressed #2 #
Messages
Total messages: 7 (0 generated)
|