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

This reverts commit e0a37cf21e.

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

Change-Id: I092c1bbf0c5848b50fc9e491d1e9211451208a89
This commit is contained in:
Jordan Pittier 2017-02-14 15:35:59 +00:00
parent e0a37cf21e
commit bc3d01c8ec

View File

@ -520,7 +520,7 @@ $listen_string
SSLCertificateFile $DEVSTACK_CERT
<Location />
ProxyPass http://$b_host:$b_port/ retry=5 disablereuse=on keepalive=off nocanon
ProxyPass http://$b_host:$b_port/ retry=5 nocanon
ProxyPassReverse http://$b_host:$b_port/
</Location>
ErrorLog $APACHE_LOG_DIR/tls-proxy_error.log