Bug 227923

Summary: REGRESSION(r279069): http/tests/websocket/tests/hybi/too-long-payload.html is a constant timeout when using NSURLSESSION_WEBSOCKET
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Alex Christensen 2021-07-13 14:58:59 PDT
REGRESSION(r279069): http/tests/websocket/tests/hybi/too-long-payload.html is a constant timeout when using NSURLSESSION_WEBSOCKET
Comment 1 Alex Christensen 2021-07-13 15:00:55 PDT
Created attachment 433449 [details]
Patch
Comment 2 Alex Christensen 2021-07-13 15:00:58 PDT
<rdar://problem/80343436>
Comment 3 Chris Dumez 2021-07-13 15:08:06 PDT
Comment on attachment 433449 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=433449&action=review

> Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm:1697
> +    task.get().maximumMessageSize = 0x7FFFFFFFFFFFFFFFull;

Maybe worth a comment to indicate why you chose this value.
Comment 4 Alex Christensen 2021-07-13 15:30:40 PDT
Created attachment 433451 [details]
Patch
Comment 5 Alex Christensen 2021-07-13 15:56:08 PDT
r279896