pingora/pingora-proxy
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
..
examples Fixes #235 - Replace unmaintained structopt crate by clap 2024-05-24 10:00:06 -07:00
src Always respect_keepalive when releasing http session 2024-06-28 12:34:25 -07:00
tests Add a write timeout to write body buf and an option to set a minimum send rate 2024-06-28 12:34:25 -07:00
Cargo.toml Dropping the clap version to the most recent compatible with our rust 1.72 2024-05-24 10:00:06 -07:00
LICENSE Release Pingora version 0.1.0 2024-02-27 20:25:44 -08:00