summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_task.h
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2016-07-20 15:04:57 +0200
committerStefan Eissing <icing@apache.org>2016-07-20 15:04:57 +0200
commit0f02a22dd3ebf09b6e826567c76a1ee9ff5d7f16 (patch)
tree5746936efb312df6f3cb95660f5dd094976bfba5 /modules/http2/h2_task.h
parentconfigure: remove orphaned APACHE_OUTPUT macro (diff)
downloadapache2-0f02a22dd3ebf09b6e826567c76a1ee9ff5d7f16.tar.xz
apache2-0f02a22dd3ebf09b6e826567c76a1ee9ff5d7f16.zip
mod_http2: new H2CopyFiles directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1753498 13f79535-47bb-0310-9956-ffa450edef68
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;