]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* modules/http2/h2_ws.c: Fix comment, no functional change. [skip ci]
authorJoe Orton <jorton@apache.org>
Wed, 18 Oct 2023 07:45:53 +0000 (07:45 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 18 Oct 2023 07:45:53 +0000 (07:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913078 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_ws.c

index 5f257ec1669789e05eceb0382f0f66678e581399..4643660f3069a3a537c59af986bb94bbd8201450 100644 (file)
@@ -44,7 +44,7 @@
 
 #if H2_USE_WEBSOCKETS
 
-#include "apr_encode.h" /* H2_USE_WEBSOCKETS is conditional on APR 1.6+ */
+#include "apr_encode.h" /* H2_USE_WEBSOCKETS is conditional on APR 1.7+ */
 
 static ap_filter_rec_t *c2_ws_out_filter_handle;