]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_proxy_http: common function for stream_reqbody_{cl,chunked}()
authorYann Ylavic <ylavic@apache.org>
Wed, 20 Feb 2019 12:24:14 +0000 (12:24 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 20 Feb 2019 12:24:14 +0000 (12:24 +0000)
commitdb66778090d1e3131dd6e3fb59c176278e8e215f
treef163c97df9433af4d21ea777ceac559060d83e4a
parentfc65fa06589f92f39773094085b390befa8732ab
mod_proxy_http: common function for stream_reqbody_{cl,chunked}()

Since stream_reqbody_cl() and stream_reqbody_chunked}() now have the same
structure, join them into a single stream_reqbody() function which is passed
the rb_method to handle only CL vs chunked cases differently.

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