Bug 74066 - [GTK] [WebSocket] Provide more specific error description for SocketStreamError
Summary: [GTK] [WebSocket] Provide more specific error description for SocketStreamError
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Takashi Toyoshima
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-08 01:50 PST by Takashi Toyoshima
Modified: 2011-12-08 07:45 PST (History)
4 users (show)

See Also:


Attachments
Patch (4.94 KB, patch)
2011-12-08 01:53 PST, Takashi Toyoshima
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Takashi Toyoshima 2011-12-08 01:50:06 PST
Current GTK port provide only error code to show SocketStreamError in console.
This patch add short readable description.

Before:
CONSOLE MESSAGE: line 0: WebSocket network error: error code 0

After:
CONSOLE MESSAGE: line 0: WebSocket network error: Error sending data: Broken pipe
Comment 1 Takashi Toyoshima 2011-12-08 01:53:14 PST
Created attachment 118347 [details]
Patch
Comment 2 WebKit Review Bot 2011-12-08 07:45:54 PST
Comment on attachment 118347 [details]
Patch

Clearing flags on attachment: 118347

Committed r102339: <http://trac.webkit.org/changeset/102339>
Comment 3 WebKit Review Bot 2011-12-08 07:45:58 PST
All reviewed patches have been landed.  Closing bug.