Browse code

Merge "Revert "tls proxy: immediately close a connection to the backend""

Jenkins authored on 2017/02/22 06:02:03
Showing 1 changed files
... ...
@@ -524,7 +524,7 @@ $listen_string
524 524
     KeepAlive Off
525 525
 
526 526
     <Location />
527
-        ProxyPass http://$b_host:$b_port/ retry=5 disablereuse=on keepalive=off nocanon
527
+        ProxyPass http://$b_host:$b_port/ retry=5 nocanon
528 528
         ProxyPassReverse http://$b_host:$b_port/
529 529
     </Location>
530 530
     ErrorLog $APACHE_LOG_DIR/tls-proxy_error.log