Skip to content

WebSockets: handle Set-Cookie header in handshake response

Carlos Garcia Campos requested to merge carlosgc/websockets-set-cookie into master

We are currently ignoring the Set-Cookie in handshake response because the SoupCookieJar feature handles the header in the got-headers signal that is never emitted for informational messages. SoupCookieJar should also handle Set-Cookie for switching protocols informational messages.

Merge request reports