diff options
author | Stefan Eissing <icing@apache.org> | 2021-10-14 14:37:25 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2021-10-14 14:37:25 +0200 |
commit | a32ff18e4e4cc6a8b6ffbd163bda85af1efdb14d (patch) | |
tree | 8008e51cc4b915ef039fe80fb79f495666f4c0f3 /modules/http2/h2_headers.h | |
parent | *) mod_http2: disabling the 2 test cases failing on travis is interim (diff) | |
download | apache2-a32ff18e4e4cc6a8b6ffbd163bda85af1efdb14d.tar.xz apache2-a32ff18e4e4cc6a8b6ffbd163bda85af1efdb14d.zip |
*) mod_http2: another travis test of the 400_20 and 401_31 tests that produce a timeout
only on travis and never locally. sorry about the cycles.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894241 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http2/h2_headers.h')
-rw-r--r-- | modules/http2/h2_headers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http2/h2_headers.h b/modules/http2/h2_headers.h index 34b08cd76c..dfe1429e18 100644 --- a/modules/http2/h2_headers.h +++ b/modules/http2/h2_headers.h @@ -79,7 +79,7 @@ h2_headers *h2_headers_clone(apr_pool_t *pool, h2_headers *h); h2_headers *h2_headers_die(apr_status_t type, const struct h2_request *req, apr_pool_t *pool); -int h2_headers_are_response(h2_headers *headers); +int h2_headers_are_final_response(h2_headers *headers); /** * Give the number of bytes of all contained header strings. |