From a2008e63cbe1da9e97cbca3e06644958b9425a07 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 18 Oct 2023 07:45:53 +0000 Subject: * modules/http2/h2_ws.c: Fix comment, no functional change. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913078 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http2/h2_ws.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http2/h2_ws.c b/modules/http2/h2_ws.c index 5f257ec166..4643660f30 100644 --- a/modules/http2/h2_ws.c +++ b/modules/http2/h2_ws.c @@ -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; -- cgit v1.2.3