* 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
This commit is contained in:
Joe Orton
2023-10-18 07:45:53 +00:00
parent b2ef1b5886
commit a2008e63cb

View 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;