Bug 230980

Summary: Migrate _WKDownload tests from TCPServer to HTTPServer
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

Alex Christensen
Reported 2021-09-29 13:44:51 PDT
Migrate _WKDownload tests from TCPServer to HTTPServer
Attachments
Patch (9.57 KB, patch)
2021-09-29 13:46 PDT, Alex Christensen
no flags
Patch (9.58 KB, patch)
2021-09-29 14:31 PDT, Alex Christensen
no flags
Alex Christensen
Comment 1 2021-09-29 13:46:48 PDT
Alex Christensen
Comment 2 2021-09-29 13:46:51 PDT
Alex Christensen
Comment 3 2021-09-29 14:31:03 PDT
Chris Dumez
Comment 4 2021-09-29 14:31:06 PDT
Comment on attachment 439649 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=439649&action=review > Tools/TestWebKitAPI/Tests/WebKitCocoa/Download.mm:858 > +void respondSlowly(Connection connection, double kbps) Why aren't we passing connection by reference here? Seems odd to cause ref counting churn. > Tools/TestWebKitAPI/Tests/WebKitCocoa/Download.mm:899 > + HTTPServer server([&](Connection connection) { Not new to this patch but I think Connection should be passed by reference to the lambda. > Tools/TestWebKitAPI/Tests/WebKitCocoa/Download.mm:1156 > + auto websiteDataStore = [WKWebsiteDataStore defaultDataStore]; Nice bug you fixed :)
EWS
Comment 5 2021-09-29 16:02:51 PDT
Committed r283272 (242301@main): <https://commits.webkit.org/242301@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 439660 [details].
Note You need to log in before you can comment on or make changes to this bug.