]> granicus.if.org Git - apache/commitdiff
mod_ssl: fix comment: alpn_proto_negotiated is now protocol_switch hook.
authorYann Ylavic <ylavic@apache.org>
Tue, 6 Oct 2015 12:22:51 +0000 (12:22 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 6 Oct 2015 12:22:51 +0000 (12:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707028 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_io.c

index f230ba56987f0f3797bddb9df7ad06a6398e91ad..abb3455e8cff1d9bd44b2c2c6f50091570e6b763 100644 (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);