]> granicus.if.org Git - apache/commit
mod_proxy_ajp: Fix get_content_length().
authorRainer Jung <rjung@apache.org>
Fri, 2 Jan 2015 14:28:39 +0000 (14:28 +0000)
committerRainer Jung <rjung@apache.org>
Fri, 2 Jan 2015 14:28:39 +0000 (14:28 +0000)
commit9f3e0671fd57e64224cbbc0e4fe551983a82617c
tree46f13442878b2fbf165c36d59ade840377128e0c
parent545e553dfb71a19c5ee67958ba29d9ae55d3cdea
mod_proxy_ajp: Fix get_content_length().

clength in request_rec is for response sizes,
not request body size. It is initialized to 0,
so the "if" branch was never taken.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649043 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy_ajp.c