]> granicus.if.org Git - apache/blobdiff - modules/http2/h2_util.c
sharing bucket_alloc for all streams inside mplx, explicit lifetime handling of EOR...
[apache] / modules / http2 / h2_util.c
index 904349658c32fa8e9bb20ea910a3d52f02465d0c..8fe2b26f4a0c2b5a6343a68457a1cd0449858832 100644 (file)
@@ -537,6 +537,7 @@ apr_status_t h2_util_move(apr_bucket_brigade *to, apr_bucket_brigade *from,
                 else {
                     const char *data;
                     apr_size_t len;
+
                     status = apr_bucket_read(b, &data, &len, APR_BLOCK_READ);
                     if (status == APR_SUCCESS && len > 0) {
                         status = apr_brigade_write(to, NULL, NULL, data, len);