RESOLVED FIXED Bug 214030
Add WebCoreNSURLSession SPI to send HTTP/2 ping
https://bugs.webkit.org/show_bug.cgi?id=214030
Summary Add WebCoreNSURLSession SPI to send HTTP/2 ping
Alex Christensen
Reported 2020-07-06 20:56:39 PDT
Add WebCoreNSURLSession SPI to send HTTP/2 ping
Attachments
Patch (50.94 KB, patch)
2020-07-06 21:04 PDT, Alex Christensen
no flags
Patch (49.88 KB, patch)
2020-07-06 21:09 PDT, Alex Christensen
no flags
Patch (50.33 KB, patch)
2020-07-06 21:45 PDT, Alex Christensen
no flags
Patch (51.30 KB, patch)
2020-07-07 09:00 PDT, Alex Christensen
no flags
Alex Christensen
Comment 1 2020-07-06 21:04:43 PDT
Alex Christensen
Comment 2 2020-07-06 21:04:45 PDT
Alex Christensen
Comment 3 2020-07-06 21:09:29 PDT
Alex Christensen
Comment 4 2020-07-06 21:45:18 PDT
Sam Weinig
Comment 5 2020-07-07 07:46:14 PDT
Comment on attachment 403664 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=403664&action=review > Source/WebCore/loader/FrameLoaderClient.h:361 > + virtual void sendH2Ping(const URL&, CompletionHandler<void(Expected<Seconds, ResourceError>&&)>&&); This should be pure-virtual. By moving the ASSERT to WebKitLegacy, it will make it clear if it ever gets called that it is WebKitLegacy that has not implemented it. > Source/WebCore/platform/graphics/PlatformMediaResourceLoader.h:70 > + virtual void sendH2Ping(const URL&, CompletionHandler<void(Expected<Seconds, ResourceError>&&)>&&); Same here. This should be pure-virtual.
Alex Christensen
Comment 6 2020-07-07 09:00:19 PDT
EWS
Comment 7 2020-07-07 10:05:03 PDT
Committed r264021: <https://trac.webkit.org/changeset/264021> All reviewed patches have been landed. Closing bug and clearing flags on attachment 403695 [details].
Note You need to log in before you can comment on or make changes to this bug.