From: Joe Orton Date: Wed, 18 Oct 2023 07:45:53 +0000 (+0000) Subject: * modules/http2/h2_ws.c: Fix comment, no functional change. [skip ci] X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2008e63cbe1da9e97cbca3e06644958b9425a07;p=thirdparty%2Fapache%2Fhttpd.git * 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 --- diff --git a/modules/http2/h2_ws.c b/modules/http2/h2_ws.c index 5f257ec1669..4643660f306 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;