Bug 74066

Summary: [GTK] [WebSocket] Provide more specific error description for SocketStreamError
Product: WebKit Reporter: Takashi Toyoshima <toyoshim>
Component: WebCore Misc.Assignee: Takashi Toyoshima <toyoshim>
Status: RESOLVED FIXED    
Severity: Normal CC: svillar, tkent, webkit.review.bot, yutak
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.