• Dridi Boukelmoune's avatar
    param: Restore old default h2_max_header_list_size · 65a42d18
    Dridi Boukelmoune authored
    Except that the old default value replaces the maximum one. Aligning
    with the literal maximum value for the underlying HTTP/2 setting breaks
    32bit builds because the byte tweaks take a detour via ssize_t. When it
    casts to uintmax_t the MSB is propagated all the way, triggering the
    following error at build time:
    
    > 4294967295b is too large for this architecture.
    
    Instead of fighting a tweak that is clearly wrong, grant h2 clients a
    maximum of 2GB of uncompressed headers (instead of 4GB) that will never
    happen, because h2 is overall much wronger.
    65a42d18
Name
Last commit
Last update
..
README Loading commit data...
acct_fields_bereq.h Loading commit data...
acct_fields_req.h Loading commit data...
backend_poll.h Loading commit data...
ban_arg_oper.h Loading commit data...
ban_oper.h Loading commit data...
ban_vars.h Loading commit data...
bereq_flags.h Loading commit data...
beresp_flags.h Loading commit data...
boc_state.h Loading commit data...
body_status.h Loading commit data...
cli_cmds.h Loading commit data...
debug_bits.h Loading commit data...
experimental_bits.h Loading commit data...
feature_bits.h Loading commit data...
h2_error.h Loading commit data...
h2_frames.h Loading commit data...
h2_settings.h Loading commit data...
h2_stream.h Loading commit data...
htc.h Loading commit data...
http_headers.h Loading commit data...
http_response.h Loading commit data...
locks.h Loading commit data...
obj_attr.h Loading commit data...
oc_exp_flags.h Loading commit data...
oc_flags.h Loading commit data...
params.h Loading commit data...
req_bereq_flags.h Loading commit data...
req_flags.h Loading commit data...
sess_attr.h Loading commit data...
sess_close.h Loading commit data...
style.py Loading commit data...
symbol_kind.h Loading commit data...
vcc_feature_bits.h Loading commit data...
vcl_states.h Loading commit data...
vhd_fsm.h Loading commit data...
vhd_fsm_funcs.h Loading commit data...
vhd_return.h Loading commit data...
vhp_huffman.h Loading commit data...
vhp_static.h Loading commit data...
vsc_levels.h Loading commit data...
vsig_list.h Loading commit data...
vsl_tags.h Loading commit data...
vsl_tags_http.h Loading commit data...
waiters.h Loading commit data...