pingora/pingora-core
Edward Wang 03bd29044e Always respect_keepalive when releasing http session
When a user calls `release_http_session` on an http Connector, it is
usually implied that they intend to reuse the underlying connection if
possible. Previously for H1 this involved reaching into the H1 client
Session and calling `respect_keepalive`. The new behavior always
respects keepalive as part of releasing the http session, as it was very
easy to overlook this step and unintentionally disable connection reuse
for H1 sessions.
2024-06-28 12:34:25 -07:00
..
src Always respect_keepalive when releasing http session 2024-06-28 12:34:25 -07:00
tests Fxi clippy for Rust 1.79 2024-06-21 09:54:09 -07:00
Cargo.toml compression: allow setting level per algorithm 2024-06-21 09:54:09 -07:00
LICENSE Release Pingora version 0.1.0 2024-02-27 20:25:44 -08:00