[Webkit-unassigned] [Bug 255364] New: Early hints preconnect not working with newer CFNetwork versions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 12 14:09:51 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=255364

            Bug ID: 255364
           Summary: Early hints preconnect not working with newer
                    CFNetwork versions
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nham at apple.com

Newer versions of CFNetwork use `didReceiveInformationalResponse:` instead of `_didReceiveInformationalResponse:` as the delegate callback for returning 1xx responses such as 103 Early Hints. We need to update WebKit to use the appropriate delegate method based on the version of CFNetwork being used.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230412/848678f7/attachment-0001.htm>


More information about the webkit-unassigned mailing list