Browse code

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

This reverts commit e0a37cf21e43fbb4ba3f9f8fa5321a0a0e1bedf1.

This didn't help fixing bug #1630664. Issue seems to be between
client<--->Apache2, not between Apache2<--->eventlet

Change-Id: I092c1bbf0c5848b50fc9e491d1e9211451208a89

Jordan Pittier authored on 2017/02/15 00:35:59
Showing 1 changed files
... ...
@@ -520,7 +520,7 @@ $listen_string
520 520
     SSLCertificateFile $DEVSTACK_CERT
521 521
 
522 522
     <Location />
523
-        ProxyPass http://$b_host:$b_port/ retry=5 disablereuse=on keepalive=off nocanon
523
+        ProxyPass http://$b_host:$b_port/ retry=5 nocanon
524 524
         ProxyPassReverse http://$b_host:$b_port/
525 525
     </Location>
526 526
     ErrorLog $APACHE_LOG_DIR/tls-proxy_error.log