[Webkit-unassigned] [Bug 126384] Proxied WebSockets with soup network backend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 2 08:21:11 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=126384


Dirkjan Ochtman <dirkjan at ochtman.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #220225|                            |review?
               Flag|                            |




--- Comment #1 from Dirkjan Ochtman <dirkjan at ochtman.nl>  2014-01-02 08:19:01 PST ---
Created an attachment (id=220225)
 --> (https://bugs.webkit.org/attachment.cgi?id=220225&action=review)
Use new libsoup function to get a proxied GIOStream

Here's a WIP patch. I'd like for this to get a preliminary review. It probably doesn't apply cleanly to current HEAD, but I'd like to gather some comments on the design.

The patch relies on a new function in libsoup. That work is being tracked in https://bugzilla.gnome.org/show_bug.cgi?id=721343. I was advised there that extracting a GIOStream from libsoup made the most sense, which is why I also replaced the GSocketConnection in SocketStreamHandle by a GIOStream. I'm aware of the changes from bug 88094, so I'm also wondering how that would make sense to integrate.

-- 
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