https://bz.apache.org/bugzilla/show_bug.cgi?id=58825

            Bug ID: 58825
           Summary: Upload really big files with PUT method and
                    XMLHTTPRequest hangs HTTP2 when using Chrome
           Product: Apache httpd-2
           Version: 2.4.18
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_http2
          Assignee: [email protected]
          Reporter: [email protected]

Hello,

I encountered a bug that only happens when using Google Chrome and Apache HTTP2
: when I send big files, lets say at least 500Mo, using XMLHTTPRequest and PUT
method, the upload hangs around 200Mo and 450Mo.

This does not seem to happen when using FireFox and Apache2 HTTP2 (or maybe on
higher sizes),
This does not happen with Google Chrome nor FireFox using NGINX with HTTP2,
and this does not happen with any browser using HTTP/1.1 with Apache

when it hangs, i have to restart Apache to kill connections (and to also
release php-fpm sockets)

We used Apache 2.4.18 w/ nghttp2 1.6.0 versus nginx 1.9.7 on Gentoo Linux
I tried with Google Chrome 47 and Canary 49 vs Firefox 43
I did not tried if it can work with POST method, because in this case PHP load
files into memory since we can't stream directly using php://stdin

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to