summaryrefslogtreecommitdiff
path: root/modules/http2/h2_conn_io.h
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2016-12-31 13:11:59 +0000
committerStefan Eissing <icing@apache.org>2016-12-31 13:11:59 +0000
commit85900b7fd8faf51fad3a2410556bfe71b7c53896 (patch)
treea61e49c798894a00b00b41d93f1126b2d922a65a /modules/http2/h2_conn_io.h
parent1d7573a0f8ad2a069d62a52c94aa8ae9605dbf2a (diff)
downloadhttpd-85900b7fd8faf51fad3a2410556bfe71b7c53896.tar.gz
On the trunk:
mod_http2: adding support for MergeTrailers directive. mod_http2: limiting DATA frame sizes by TLS record sizes in use on the connection. Flushing outgoing frames earlier. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1776735 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http2/h2_conn_io.h')
-rw-r--r--modules/http2/h2_conn_io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/http2/h2_conn_io.h b/modules/http2/h2_conn_io.h
index 4ccf007086..bda0c8ff6d 100644
--- a/modules/http2/h2_conn_io.h
+++ b/modules/http2/h2_conn_io.h
@@ -40,6 +40,7 @@ typedef struct {
int buffer_output;
apr_size_t pass_threshold;
+ int flush_factor;
char *scratch;
apr_size_t ssize;