hyperium / hyper

An HTTP library for Rust
https://hyper.rs
MIT License
14.63k stars 1.6k forks source link

Backport 0.14.x: feat(http1): support configurable max_headers #3773

Open IvanGoncharov opened 1 month ago

IvanGoncharov commented 1 month ago

Backport #3523 to 0.14.x.

Context: At my work, we can't update to 1.x, but we need this change to fix the customer's issue. I backported #3523 and tried to resolve all conflicts. Tests are passing, but I'm not sure about a few places. I will mark this place with comments.

abernix commented 3 weeks ago

As a general question / expectation-setting question about backports onto the 0.x line, is this PR following the repository's expectations around submitting backports? Are there other things you'd like to see done before considering this contribution?

Additionally, is there a regular schedule for when backport releases would take place after PRs are reviewed and merged? Thanks!