[Webkit-unassigned] [Bug 126384] Proxied WebSockets with soup network backend
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 3 06:42:49 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=126384
--- Comment #5 from Martin Robinson <mrobinson at webkit.org> 2014-01-03 06:40:38 PST ---
(From update of attachment 220284)
View in context: https://bugs.webkit.org/attachment.cgi?id=220284&action=review
> WebCore/platform/network/soup/SocketStreamHandleSoup.cpp:-94
> - if (url.protocolIs("wss"))
> - g_socket_client_set_tls(socketClient.get(), TRUE);
Why are you removing this code? Doesn't this break secure web sockets?
> WebCore/platform/network/soup/SocketStreamHandleSoup.cpp:94
> + soup_session_proxy_connect(session, uri, connectedCallback, m_id);
Is this the only change related to proxy support?
> WebCore/platform/network/soup/SocketStreamHandleSoup.cpp:238
> -static void connectedCallback(GSocketClient* client, GAsyncResult* result, void* id)
> +static void connectedCallback(GIOStream *iostream, GError *error, void* id)
Is the GIOStream here actually a GSocketClient? If so, perhaps it would make more sense to cast it and avoid the rest of your changes.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list