mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-08-12 00:01:58 -04:00
This is the max number of requests that can go on a connection. By default, it'll be 100 for HTTP/1, and whatever the peer advertises as MAX_CONCURRENT_STREAMS in HTTP/2 (usually 100). If one would like to disable and reuse the socket beyond the advertised number (sometimes the servers allow this), you can set this to Float::INFINITY