curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: libcurl read-like interface

From: Daniel Stenberg via curl-library <curl-library_at_cool.haxx.se>
Date: Sun, 27 Dec 2020 11:26:31 +0100 (CET)

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
Received on 2020-12-27