Skip to main content

apply_connection_limit

Function apply_connection_limit 

Source
pub(crate) fn apply_connection_limit(router: Router, limit: usize) -> Router
Expand description

Shared budget: plain requests hold a slot while in flight, streaming sockets for their lifetime; excess gets 429.