[Webkit-unassigned] [Bug 40945] WebSocket errors should be logged to console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 6 03:57:58 PST 2010


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


Yuta Kitamura <yutak at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |yutak at chromium.org
                   |kit.org                     |




--- Comment #2 from Yuta Kitamura <yutak at chromium.org>  2010-12-06 03:57:58 PST ---
I will take care of this.

Here is rough sketch of my implementation plan:

* Add some members (failingURL and localizedDescription for example, as in ResourceError) to SocketStreamError.
* Pass the reason of a failure to SocketStreamError instance (in each port), and notify it via SocketStreamHandleClient::didFail().
* Log the reason of failure in WebSocketChannel::didFail handler.

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