Change #271156
| Category | curl |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Mon 15 Jun 2026 15:59:10 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | eb6d1e098e98f6e15cb8fdd24f87419bd7a8787f |
Comments
ratelimits: use minimal burst rate Some protocols (and servers) prefer to batch IO and will not send data unless the window is of sufficient size. Set the burst rate for our rate limits to a minimum of 32KB to prevent stalling. Reported-by: Tatsuhiro Tsujikawa Closes #22016
Changed files
- lib/ratelimit.c
- lib/setopt.c