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:
@@ -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")) {
|
||||
|
Reference in New Issue
Block a user