diff options
author | Joe Orton <jorton@apache.org> | 2023-10-18 09:45:53 +0200 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2023-10-18 09:45:53 +0200 |
commit | a2008e63cbe1da9e97cbca3e06644958b9425a07 (patch) | |
tree | 880757885ded32ef83316d3617393ebfb43108aa | |
parent | Fix h2 build broken in r1913019: (diff) | |
download | apache2-a2008e63cbe1da9e97cbca3e06644958b9425a07.tar.xz apache2-a2008e63cbe1da9e97cbca3e06644958b9425a07.zip |
* 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
-rw-r--r-- | modules/http2/h2_ws.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |