[Webkit-unassigned] [Bug 202546] New: [WinCairo] Remote Inspector doesn't gracefully shutdown

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 3 15:18:03 PDT 2019


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

            Bug ID: 202546
           Summary: [WinCairo] Remote Inspector doesn't gracefully
                    shutdown
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: chris.reid at sony.com

Windows sockets need to call shutdown before closesocket.
https://docs.microsoft.com/en-us/windows/win32/api/winsock/nf-winsock-closesocket

This causes some issues when the client closed then immediately initiated a new connection.
The close isn't being seen by the server until much later causing the accept call to fail.

-- 
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/20191003/9e1ea4ea/attachment.html>


More information about the webkit-unassigned mailing list