Bug 234443 - Drop ServiceWorkerTCPServer and use HTTPServer instead
Summary: Drop ServiceWorkerTCPServer and use HTTPServer instead
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-12-17 14:41 PST by Chris Dumez
Modified: 2021-12-18 09:20 PST (History)
7 users (show)

See Also:


Attachments
Patch (49.75 KB, patch)
2021-12-17 14:44 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2021-12-17 14:41:51 PST
Drop ServiceWorkerTCPServer and use HTTPServer instead. ServiceWorkerTCPServer relies on TCPServer which is known to cause flakiness and sometimes hang in its destruction.
Comment 1 Chris Dumez 2021-12-17 14:42:01 PST
<rdar://86646140>
Comment 2 Chris Dumez 2021-12-17 14:44:15 PST
Created attachment 447478 [details]
Patch
Comment 3 EWS 2021-12-18 09:19:59 PST
Committed r287223 (245386@main): <https://commits.webkit.org/245386@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 447478 [details].