diff options
author | Stefan Eissing <icing@apache.org> | 2022-03-21 10:02:51 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2022-03-21 10:02:51 +0100 |
commit | 2039323af35fe544f3f36bbc4b45a42a5f28da4c (patch) | |
tree | 9633d5ee9b22ef8c435b5d42a61bacfa5b1eb0af /modules/http2/h2_headers.h | |
parent | *) mod_http2: use pollset only for main connection and wakeups (diff) | |
download | apache2-2039323af35fe544f3f36bbc4b45a42a5f28da4c.tar.xz apache2-2039323af35fe544f3f36bbc4b45a42a5f28da4c.zip |
*) mod_http2: remove internal bucket beamer registry and just
copy well-known meta buckets in a beam. Was too generic.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899105 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | modules/http2/h2_headers.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/http2/h2_headers.h b/modules/http2/h2_headers.h index dfe1429e18..61ba17848d 100644 --- a/modules/http2/h2_headers.h +++ b/modules/http2/h2_headers.h @@ -32,9 +32,9 @@ apr_bucket * h2_bucket_headers_create(apr_bucket_alloc_t *list, h2_headers *h2_bucket_headers_get(apr_bucket *b); -apr_bucket *h2_bucket_headers_beam(struct h2_bucket_beam *beam, - apr_bucket_brigade *dest, - const apr_bucket *src); +apr_bucket *h2_bucket_headers_clone(apr_bucket *src, + apr_pool_t *p, + apr_bucket_alloc_t *list); /** * Create the headers from the given status and headers |