h2_config.h (mod_http2-1.15.16) | : | h2_config.h (mod_http2-1.15.17) | ||
---|---|---|---|---|
skipping to change at line 47 | skipping to change at line 47 | |||
H2_CONF_MODERN_TLS_ONLY, | H2_CONF_MODERN_TLS_ONLY, | |||
H2_CONF_UPGRADE, | H2_CONF_UPGRADE, | |||
H2_CONF_TLS_WARMUP_SIZE, | H2_CONF_TLS_WARMUP_SIZE, | |||
H2_CONF_TLS_COOLDOWN_SECS, | H2_CONF_TLS_COOLDOWN_SECS, | |||
H2_CONF_PUSH, | H2_CONF_PUSH, | |||
H2_CONF_PUSH_DIARY_SIZE, | H2_CONF_PUSH_DIARY_SIZE, | |||
H2_CONF_COPY_FILES, | H2_CONF_COPY_FILES, | |||
H2_CONF_EARLY_HINTS, | H2_CONF_EARLY_HINTS, | |||
H2_CONF_PADDING_BITS, | H2_CONF_PADDING_BITS, | |||
H2_CONF_PADDING_ALWAYS, | H2_CONF_PADDING_ALWAYS, | |||
H2_CONF_OUTPUT_BUFFER, | ||||
} h2_config_var_t; | } h2_config_var_t; | |||
struct apr_hash_t; | struct apr_hash_t; | |||
struct h2_priority; | struct h2_priority; | |||
struct h2_push_res; | struct h2_push_res; | |||
typedef struct h2_push_res { | typedef struct h2_push_res { | |||
const char *uri_ref; | const char *uri_ref; | |||
int critical; | int critical; | |||
} h2_push_res; | } h2_push_res; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |