mirror of
https://github.com/apache/httpd.git
synced 2025-07-25 17:01:22 +00:00
* 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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user