summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/http2/h2_headers.h')
-rw-r--r--modules/http2/h2_headers.h2
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.