On Sun, 27 Dec 2020, XSLT2.0 via curl-library wrote:

It is still scary to read in libcurl's documentation that when pausing http/2 libcurl might buffer up to 32MB of data for each transfer!

Is there a "SETOPT" to control that?

No, but we could make one. The issue is of course that the 32MB is the window you tell the server you have open, and reducing that window might have a performance impact.

Another way to reduce the caching would be to not pause that long while you read other transfers over the same connection...

--

 / daniel.haxx.se
 | Commercial curl support up to 24x7 is available!
 | Private help, bug fixes, support, ports, new features
 | https://www.wolfssl.com/contact/
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to