From ec6996c38d0289ed215cecf4836ecf9e5997afe5 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 9 Oct 2013 21:08:55 +0000 Subject: [PATCH] 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 --- modules/proxy/proxy_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index d8f23da3ed..564ea6f5c1 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -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")) { -- 2.40.0