mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
dynamic allocation of transfer file handles used to pass buckets to master connection
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1723069 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -97,7 +97,7 @@ h2_ngheader *h2_util_ngheader_make_req(apr_pool_t *p,
|
||||
* @param msg message for use in logging
|
||||
*/
|
||||
apr_status_t h2_util_move(apr_bucket_brigade *to, apr_bucket_brigade *from,
|
||||
apr_off_t maxlen, int *pfile_buckets_allowed,
|
||||
apr_off_t maxlen, apr_size_t *pfile_buckets_allowed,
|
||||
const char *msg);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user