1
0
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:
Stefan Eissing
2016-01-05 13:25:48 +00:00
parent 6ef1b748b2
commit b93c96a6ba
14 changed files with 162 additions and 68 deletions

View File

@@ -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);
/**