]> granicus.if.org Git - apache/commit
Merge r1649043 from trunk:
authorJim Jagielski <jim@apache.org>
Mon, 12 Jan 2015 14:00:26 +0000 (14:00 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 12 Jan 2015 14:00:26 +0000 (14:00 +0000)
commit3a073aafd4700993dd4adcc4e7c5a84947972216
tree70748bd1be7ca91ffaa25ef6d8c4d28927b4302a
parent0a194799a53f291b746918be41c5ed5fdff9479e
Merge r1649043 from trunk:

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.

Submitted by: rjung
Reviewed/backported by: jim

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