Skip to content

@curl-runner/cli@1.19.0

Choose a tag to compare

@github-actions github-actions released this 30 Jan 21:08
· 81 commits to main since this release
7eb9243

Minor Changes

  • #92 f8b7744 Thanks @alexvcasillas! - Add TCP connection pooling with HTTP/2 multiplexing

    • New connectionPool global configuration for request batching
    • Groups requests by host and executes in single curl process
    • Uses curl -Z --parallel --http2 for HTTP/2 stream multiplexing
    • Dramatically reduces TCP/TLS handshake overhead for parallel requests
    • Configuration options: enabled, maxStreamsPerHost, keepaliveTime, connectTimeout