summaryrefslogtreecommitdiff
path: root/modules/http2/h2_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/http2/h2_config.h')
-rw-r--r--modules/http2/h2_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/http2/h2_config.h b/modules/http2/h2_config.h
index 1f2fe309d0..60257df427 100644
--- a/modules/http2/h2_config.h
+++ b/modules/http2/h2_config.h
@@ -42,6 +42,7 @@ typedef enum {
H2_CONF_PUSH_DIARY_SIZE,
H2_CONF_COPY_FILES,
H2_CONF_EARLY_HINTS,
+ H2_CONF_TLS_FLUSH_COUNT,
} h2_config_var_t;
struct apr_hash_t;
@@ -79,6 +80,7 @@ typedef struct h2_config {
int copy_files; /* if files shall be copied vs setaside on output */
apr_array_header_t *push_list;/* list of h2_push_res configurations */
int early_hints; /* support status code 103 */
+ int tls_flush_count; /* max # of TLS records until output flushed */
} h2_config;