@curl-runner/cli@1.19.0
·
81 commits
to main
since this release
Minor Changes
-
#92
f8b7744Thanks @alexvcasillas! - Add TCP connection pooling with HTTP/2 multiplexing- New
connectionPoolglobal configuration for request batching - Groups requests by host and executes in single curl process
- Uses
curl -Z --parallel --http2for HTTP/2 stream multiplexing - Dramatically reduces TCP/TLS handshake overhead for parallel requests
- Configuration options:
enabled,maxStreamsPerHost,keepaliveTime,connectTimeout
- New