Bug 32130

Summary: Add a test for sending non-trivial amount of data over WebSocket
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: ukai, webkit.review.bot, yuzo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
proposed patch eric: review+

Description Alexey Proskuryakov 2009-12-03 12:12:22 PST
Existing tests only send/receive one short message at most, so buffering logic isn't tested at all.
Comment 1 Alexey Proskuryakov 2009-12-03 12:14:20 PST
Created attachment 44265 [details]
proposed patch
Comment 2 WebKit Review Bot 2009-12-03 12:16:16 PST
style-queue ran check-webkit-style on attachment 44265 [details] without any errors.
Comment 3 Eric Seidel (no email) 2009-12-03 12:51:32 PST
Comment on attachment 44265 [details]
proposed patch

Looks OK to me.
Comment 4 Alexey Proskuryakov 2009-12-03 13:06:47 PST
Committed r51654.