summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2015-10-06 12:22:51 +0000
committerYann Ylavic <ylavic@apache.org>2015-10-06 12:22:51 +0000
commita8806f4fb20b47e5d9e00595f0ed23a26210e882 (patch)
tree8f2f7f445fee89e09c5e20bb18e8ba35591c1787
parent01d76cba1c3827e91f0fb637c41387959be9d890 (diff)
downloadhttpd-a8806f4fb20b47e5d9e00595f0ed23a26210e882.tar.gz
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
-rw-r--r--modules/ssl/ssl_engine_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ssl/ssl_engine_io.c b/modules/ssl/ssl_engine_io.c
index f230ba5698..abb3455e8c 100644
--- a/modules/ssl/ssl_engine_io.c
+++ b/modules/ssl/ssl_engine_io.c
@@ -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);