On Tue, Oct 28, 2025 at 07:38:28PM +0100, Stefan Eissing wrote:
S> > I added Stefan to explicit Cc.  Since he very recently added 24badd29f
S> > titled "limit-rate revisited" (of course this conlicted with out patch
S> > again), he definitely should have an opinion on how this can be solved.
S> 
S> I can have a look tomorrow at what we can do here. At what traffic are
S> you specifically interested in? HTTP/1.1 I assume?

Yes, HTTP/1.1 over https in our case.  But the I/O loop in sendrecv_dl()
seems to be quite agnostic to what protocol we use, it is all about
bytes on a socket.  Maybe I'm wrong here.

btw, I see your change:

-      if(total_received)
+      if(total_received >= (data->set.max_recv_speed / 4))

This may actually help our case!

I'm going to give a try to unmodified 8.16.0.

-- 
Gleb Smirnoff
-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to