-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
Description
I did this
- Usage of libcurl (in C)
- Usage of multi interface
- Doing a lot (~1000) of http transfers, but sending to libcurl only 10 at a time
- Using HTTP/2 over TLS
- CURLMOPT_MAX_TOTAL_CONNECTIONS is set to 10
I expected the following
When using libcurl 7.47.1 I cheked that when I use multiplex it opens only one connection and all of the 10 parallel request are being sent in one TCP connection.
Using libcurl 7.48.0 I see that 10 connections are being opened and for each new http transfer a new connection is being opened.
curl/libcurl version
7.48.0
[curl -V output perhaps?]
operating system
iOS 9.3
Reactions are currently unavailable