[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2021-01-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 Graham Leggett changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2020-12-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 --- Comment #21 from jim zhu --- (In reply to Yann Ylavic from comment #19) > Created attachment 37586 [details] > Spool request body with SetEnv proxy-sendcl > > Does this patch (against 2.4.x or 2.4.46) + "SetEnv proxy-sendcl" work? Thanks

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2020-12-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 Yann Ylavic changed: What|Removed |Added Keywords||FixedInTrunk --- Comment #20 from Yann

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2020-12-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 --- Comment #19 from Yann Ylavic --- Created attachment 37586 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37586=edit Spool request body with SetEnv proxy-sendcl Does this patch (against 2.4.x or 2.4.46) + "SetEnv proxy-sendcl"

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2020-12-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 --- Comment #18 from jim zhu --- It looks like we'll have to switch to Nginx too due to this bug. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2020-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 --- Comment #17 from Steffen Moser --- Just tried it when I read Brad's first comment. I can confirm that this bug has not been fixed, yet: * macOS 10.15.6 Finder's WebDAV client * Solaris 11.4 SRU 23 * Apache 2.4.43 * PHP and PHP-FPM

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2020-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 --- Comment #16 from Brad --- (In reply to Brad from comment #15) > Appears fixed to me. Nextcloud upload from MacOS finder seems to be working > in: > > > MacOS 10.15.6 > Fedora 32 > Apache httpd-2.4.43 > php-fpm php-fpm-7.4.8 > Nextcloud

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2020-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 --- Comment #15 from Brad --- Appears fixed to me. Nextcloud upload from MacOS finder seems to be working in: MacOS 10.15.6 Fedora 32 Apache httpd-2.4.43 php-fpm php-fpm-7.4.8 Nextcloud 19.0.0 -- You are receiving this mail because: You

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2020-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 --- Comment #14 from Russell Knighton --- Wow, this bug was reported against Apache version 2.4.7 - released in 2013 - yet it is still not resolved in 2020. No idea why/what the underlying reason for the lack of resolution is, especially given

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2019-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 Brad changed: What|Removed |Added CC||b...@wbr.tech --- Comment #13 from Brad ---

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2018-09-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 --- Comment #12 from Luca Toscano --- (In reply to Yann Ylavic from comment #11) > (In reply to Luca Toscano from comment #10) > > send_environment() not dispatch :) > > Possibly, mod_proxy_http's spool_reqbody_cl() should be copied (and

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2018-09-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 --- Comment #11 from Yann Ylavic --- (In reply to Luca Toscano from comment #10) > send_environment() not dispatch :) Possibly, mod_proxy_http's spool_reqbody_cl() should be copied (and adapted) to mod_proxy_fgci, such that it's called before

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2018-09-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 --- Comment #10 from Luca Toscano --- (In reply to Luca Toscano from comment #9) > After reading a bit the code, I'd add a condition in mod_proxy_fcgi's > dispatch() to add the missing CL if TE:chunked is present, but I am not

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2018-09-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 --- Comment #9 from Luca Toscano --- (In reply to Rainer Jung from comment #8) > it is proxy-sendcl (cl for content length) not proxy-sendctl (not t in ctl). Today is typo-day, I used sendcl in my tests but typed in here 'ctl', sorry :( I

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2018-09-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 --- Comment #8 from Rainer Jung --- Hi Luca, it is proxy-sendcl (cl for content length) not proxy-sendctl (not t in ctl). It is a general mod_proxy feature used in modules/proxy/mod_proxy_http.c. I'm not sure it will help here, but worth a

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2018-09-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 --- Comment #7 from Luca Toscano --- > I also added "SetEnv proxy-sendctl" Sorry it was (of course) "SetEnv proxy-sendctl 1" -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2018-09-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 --- Comment #6 from Luca Toscano --- Hi Rainer, I can repro with this simple php script: getBody(); echo($request); echo("\n"); ?> 1) curl -k https://localhost/receiveChunk.php --header "Pragma: no-cache" --header -X POST -d "blablablabla"

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2018-09-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 --- Comment #5 from Rainer Jung --- Could you try to set the Apache request environment variable proxy-sendcl? This should force buffering/spooling request bodies locally (Apache) until they are completely read and then forwariding them with

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2018-09-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 --- Comment #4 from Steffen Moser --- We've just encountered this problem even with Nextcloud 13.0.5 on Apache 2.4.33 and PHP-FPM 7.1.17, OS: Oracle Solaris 11.3 SRU 34. Uploads to Nextcloud (which internally uses SabreDAV) initiated by macOS

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2018-09-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 --- Comment #3 from Luca Toscano --- As reference, there is a similar bug opened years ago for mod_fcgid (https://bz.apache.org/bugzilla/show_bug.cgi?id=53332). It would be great to fix this bug, it might be a good chance to move people to

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2018-09-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 Steffen Moser changed: What|Removed |Added CC||pub...@steffen-moser.de -- You are

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2018-06-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 --- Comment #2 from a...@dhir.net --- Has their been any activity on this? We have just stumbled across the same issue. Thanks -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2018-04-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 Zacharias Luiten changed: What|Removed |Added CC|

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2016-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 carlos.ni...@seap.minhap.es changed: What|Removed |Added CC|

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2016-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 --- Comment #1 from Jim Jagielski --- Sounds like a bug for sure... looking into it and what, if anything, can be done. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57087] mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked

2014-10-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57087 Philip Cass frymas...@127001.org changed: What|Removed |Added CC|