You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(http2): max_header_list_size(num) defaults to 16kb
The HTTP/2 does not define a default. If not defined, hyper still set a
high limit of 16mb. However, that seems very high, and most people
likely do not think to set it the property.
Since hyper tries to protect users, it will now use a default of 16kb.
The defaults in hyper are not part of the public API stability promise.
Users are encouraged to set options themselves.
Possible performance regression was detected for benchmark 'end_to_end'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.
1 commit comments
github-actions[bot] commentedon Apr 5, 2024
Possible performance regression was detected for benchmark 'end_to_end'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.http2_parallel_x10_req_10kb_100_chunks_adaptive_window
41199243
ns/iter (± 42999038
)7950064
ns/iter (± 313327
)5.18
This comment was automatically generated by workflow using github-action-benchmark.