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

mod_ssl: fix comment: alpn_proto_negotiated is now protocol_switch hook.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707028 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yann Ylavic
2015-10-06 12:22:51 +00:00
parent 01d76cba1c
commit a8806f4fb2

View File

@@ -1498,7 +1498,7 @@ static apr_status_t ssl_io_filter_input(ap_filter_t *f,
/* By this point, Application-Layer Protocol Negotiation (ALPN) should be
* completed (if our version of OpenSSL supports it). If we haven't already,
* find out which protocol was decided upon and inform other modules
* by calling alpn_proto_negotiated_hook.
* by calling running protocol_switch hook.
*/
if (!inctx->alpn_finished) {
SSLConnRec *sslconn = myConnConfig(f->c);