]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_proxy_{connect,wstunnel}: follow up to r1657636.
authorYann Ylavic <ylavic@apache.org>
Wed, 25 Mar 2015 15:00:37 +0000 (15:00 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 25 Mar 2015 15:00:37 +0000 (15:00 +0000)
commit549749d283a8037a40c92ce309e533ea9d4e37fd
treebae841432c7ee2e6bd9081f0a5bbcbde4f7d3c46
parent7840147f5e687f6dd4674a9705f39c6a69379aad
mod_proxy_{connect,wstunnel}: follow up to r1657636.
Since rv is not used as an apr_status_t in the loop (it's logging is done by
proxy_{connect,wstunnel}_transfer() when necessary/relevent), use a boolean
instead to avoid the ugly ORs between APR error codes.

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