[Webkit-unassigned] [Bug 217012] [SOUP] WebSocket: cookies set in request don't appear in the inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 26 08:58:20 PDT 2020


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

Michael Catanzaro <mcatanzaro at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #409776|review?                     |review+
              Flags|                            |

--- Comment #2 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Comment on attachment 409776
  --> https://bugs.webkit.org/attachment.cgi?id=409776
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=409776&action=review

> Source/WebKit/NetworkProcess/soup/WebSocketTaskSoup.cpp:83
> +    g_signal_connect(msg, "starting", G_CALLBACK(+[](SoupMessage* msg, WebSocketTask* task) {

+[] to convert to vanilla function pointer so we can use it in a signal callback is amazing... I didn't know this was possible!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200926/b1125f12/attachment.htm>


More information about the webkit-unassigned mailing list