]> git.ipfire.org Git - thirdparty/curl.git/commit
http: cap body data amount during send speed limiting
authorDaniel Stenberg <daniel@haxx.se>
Fri, 26 Mar 2021 09:06:51 +0000 (10:06 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 27 Mar 2021 11:38:15 +0000 (12:38 +0100)
commit24e469f6d61635f85bd4a0845c07aef0c6be661b
treecf98fc15b9088dde5d2681b6117301cf84d3a939
parent95cbcec8f986492766c4be3922af1e7644e1e7c5
http: cap body data amount during send speed limiting

By making sure never to send off more than the allowed number of bytes
per second the speed limit logic is given more room to actually work.

Reported-by: Fabian Keil
Bug: https://curl.se/mail/lib-2021-03/0042.html
Closes #6797
lib/http.c
lib/http.h