1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

let proxy handler forward ALPN protocol strings for ssl proxy connections

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729208 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Eissing
2016-02-08 16:50:07 +00:00
parent 49e969e57b
commit a5511fe280
2 changed files with 39 additions and 1 deletions

View File

@@ -2717,6 +2717,8 @@ PROXY_DECLARE(int) ap_proxy_connect_backend(const char *proxy_function,
if (conn->sock) {
if (!(connected = ap_proxy_is_socket_connected(conn->sock))) {
/* FIXME: this loses conn->ssl_hostname and it will not be
* restablished before the SSL connection is made -> no SNI! */
socket_cleanup(conn);
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, APLOGNO(00951)
"%s: backend socket is disconnected.",