1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

follow-up to r1530603: fix typo/syntax error

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1530792 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2013-10-09 21:08:55 +00:00
parent 6284650f6d
commit ec6996c38d

View File

@@ -3076,7 +3076,7 @@ PROXY_DECLARE(int) ap_proxy_create_hdrbrgd(apr_pool_t *p,
do_100_continue = (worker->s->ping_timeout_set
&& (worker->s->ping_timeout >= 0)
&& (PROXYREQ_REVERSE == r->proxyreq)
&& !(apr_table_get(r->subprocess_env, "force-proxy-request-1.0")),
&& !(apr_table_get(r->subprocess_env, "force-proxy-request-1.0"))
&& ap_request_has_body(r));
if (apr_table_get(r->subprocess_env, "force-proxy-request-1.0")) {