diff options
author | Stefan Eissing <icing@apache.org> | 2020-06-17 17:10:29 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2020-06-17 17:10:29 +0200 |
commit | 2cec2d15c9e2ae9ca24dc384c7e9b2da12322bbe (patch) | |
tree | 8ef5a6a0d8a8c17b8ab6bac0fce29c2e1fcdf877 /modules/http2/h2_session.h | |
parent | mod_ldap: Use the LDAP API directly to implement the rebind callback (diff) | |
download | apache2-2cec2d15c9e2ae9ca24dc384c7e9b2da12322bbe.tar.xz apache2-2cec2d15c9e2ae9ca24dc384c7e9b2da12322bbe.zip |
*) mod_http2: workaround to facilitate use of common internal protocol/method/uri
checks. The module now handles master/secondary connections and has marked
methods according to use.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878926 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http2/h2_session.h')
-rw-r--r-- | modules/http2/h2_session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http2/h2_session.h b/modules/http2/h2_session.h index cd08fc2429..3fd3088a0f 100644 --- a/modules/http2/h2_session.h +++ b/modules/http2/h2_session.h @@ -132,7 +132,7 @@ typedef struct h2_session { const char *last_status_msg; /* the one already reported */ struct h2_iqueue *in_pending; /* all streams with input pending */ - struct h2_iqueue *in_process; /* all streams ready for processing on slave */ + struct h2_iqueue *in_process; /* all streams ready for processing on a secondary */ } h2_session; |