Browse code

Merge "Set apache proxy-initial-not-pooled env var"

Zuul authored on 2018/12/10 02:29:05
Showing 1 changed files
... ...
@@ -547,6 +547,9 @@ $listen_string
547 547
     LimitRequestFieldSize $f_header_size
548 548
     RequestHeader set X-Forwarded-Proto "https"
549 549
 
550
+    # Avoid races (at the cost of performance) to re-use a pooled connection
551
+    # where the connection is closed (bug 1807518).
552
+    SetEnv proxy-initial-not-pooled
550 553
     <Location />
551 554
         ProxyPass http://$b_host:$b_port/ retry=0 nocanon
552 555
         ProxyPassReverse http://$b_host:$b_port/