hyperium / hyper

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

tests: demonstrate max_header_list_size hang #3723

Closed ajwerner closed 1 month ago

ajwerner commented 1 month ago

This test demonstrates a bug in hyper where large response headers can result in a hang.

ajwerner commented 1 month ago

This test hangs until https://github.com/hyperium/h2/pull/791 gets merged. After that h2 is released, I'll revive this in order to close https://github.com/hyperium/hyper/issues/3724. Until then @tottoto could you cancel the actions associated with this PR so they don't keep burning CPU cycles?

tottoto commented 1 month ago

Canceled the action.