summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_task.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/http2/h2_task.h')
-rw-r--r--modules/http2/h2_task.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/http2/h2_task.h b/modules/http2/h2_task.h
index 010005a374..1086e053e9 100644
--- a/modules/http2/h2_task.h
+++ b/modules/http2/h2_task.h
@@ -71,6 +71,7 @@ struct h2_task {
struct h2_bucket_beam *beam;
struct h2_from_h1 *from_h1;
unsigned int response_open : 1;
+ unsigned int copy_files : 1;
apr_off_t written;
apr_bucket_brigade *bb;
} output;