[Webkit-unassigned] [Bug 240214] New: Observed the HTTP-404 Error code while push the js file from server using http2 push mechanism.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 8 05:07:59 PDT 2022


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

            Bug ID: 240214
           Summary: Observed the HTTP-404 Error code while push the js
                    file from server using http2 push mechanism.
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: Critical
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: vasubharani96 at gmail.com

Webkit Revision : webkit-218831.

CURL Version : v7.61.0

HTTP2 Version : 1.47.0

We have implemented the Http-2 in our browser and we have observed the failure while check the http2 push related test cases.
Test cases expectation : Push any one js file or css file from server.

In our case we have received the 404 Not found for server pushing JS file via http2 push mechanism.

We have used Below Configuration set in our code :
  curl_multi_setopt(multi_handle, CURLMOPT_PUSHFUNCTION, server_push_callback);
  curl_multi_setopt(multi_handle, CURLMOPT_PUSHDATA, &transfers);

We have performed the file write operation while server_push_callback executed case.

Write the file buffer in root path but unable to load it from the path.But test cases get passed when write the file in any webserver or localhost.Kindly give brief clarification related to Http2 push write mechanism or share any sample code with integrate the http2 push and stream priority feature.

-- 
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/20220508/16f997af/attachment.htm>


More information about the webkit-unassigned mailing list