Loading modules/http2/h2_bucket_eos.c +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ static void bucket_destroy(void *data) } } AP_DECLARE_DATA const apr_bucket_type_t h2_bucket_type_eos = { const apr_bucket_type_t h2_bucket_type_eos = { "H2EOS", 5, APR_BUCKET_METADATA, bucket_destroy, bucket_read, Loading modules/http2/h2_util.c +5 −5 Original line number Diff line number Diff line Loading @@ -719,7 +719,7 @@ void h2_util_bb_log(conn_rec *c, int stream_id, int level, } AP_DECLARE(apr_status_t) h2_transfer_brigade(apr_bucket_brigade *to, apr_status_t h2_transfer_brigade(apr_bucket_brigade *to, apr_bucket_brigade *from, apr_pool_t *p, apr_size_t *plen, Loading modules/http2/h2_util.h +5 −5 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ void h2_util_bb_log(conn_rec *c, int stream_id, int level, * @param plen maximum bytes to transfer, actual bytes transferred * @param peos if an EOS bucket was transferred */ AP_DECLARE(apr_status_t) h2_transfer_brigade(apr_bucket_brigade *to, apr_status_t h2_transfer_brigade(apr_bucket_brigade *to, apr_bucket_brigade *from, apr_pool_t *p, apr_size_t *plen, Loading Loading
modules/http2/h2_bucket_eos.c +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ static void bucket_destroy(void *data) } } AP_DECLARE_DATA const apr_bucket_type_t h2_bucket_type_eos = { const apr_bucket_type_t h2_bucket_type_eos = { "H2EOS", 5, APR_BUCKET_METADATA, bucket_destroy, bucket_read, Loading
modules/http2/h2_util.c +5 −5 Original line number Diff line number Diff line Loading @@ -719,7 +719,7 @@ void h2_util_bb_log(conn_rec *c, int stream_id, int level, } AP_DECLARE(apr_status_t) h2_transfer_brigade(apr_bucket_brigade *to, apr_status_t h2_transfer_brigade(apr_bucket_brigade *to, apr_bucket_brigade *from, apr_pool_t *p, apr_size_t *plen, Loading
modules/http2/h2_util.h +5 −5 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ void h2_util_bb_log(conn_rec *c, int stream_id, int level, * @param plen maximum bytes to transfer, actual bytes transferred * @param peos if an EOS bucket was transferred */ AP_DECLARE(apr_status_t) h2_transfer_brigade(apr_bucket_brigade *to, apr_status_t h2_transfer_brigade(apr_bucket_brigade *to, apr_bucket_brigade *from, apr_pool_t *p, apr_size_t *plen, Loading