]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Vote for r1751970
authorLuca Toscano <elukey@apache.org>
Wed, 27 Jul 2016 13:48:25 +0000 (13:48 +0000)
committerLuca Toscano <elukey@apache.org>
Wed, 27 Jul 2016 13:48:25 +0000 (13:48 +0000)
commitf5ede00921b9d7588aa314288f57b87fba49e266
treecb96ac2698dafbf3c9d330cefee27d925d997b99
parent5b67d157eeb11b12309183fe7292ea2c45e539ff
Vote for r1751970

Tested manually and verified httpd's mod_proxy_fcgi logs with various request types
(with/without query string, long query strings, etc..).
My only doubt was related to the '\0' terminator placed in the middle of the char array,
but after a chat with Eric on IRC I got a clear view of what happens (only the chars up
to the \0 terminator are placed in FCGI headers later on).
Last but not the least, in the bugzilla ticket the original requestor tested the change
and stated that solved his problem. Looks good to me for backport!

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1754272 13f79535-47bb-0310-9956-ffa450edef68
STATUS