Change #255486
| Category | curl |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Sat 17 Jan 2026 23:25:26 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 6d6899c2f04954f949da6a394dac4997cfaa6fd3 |
Comments
tool: support fractions for --limit-rate and --max-filesize Allow 2.5k or 3.7M etc. Add mention in documentation. Verify in test case 1623. Closes #20266
Changed files
- docs/cmdline-opts/limit-rate.md
- docs/cmdline-opts/max-filesize.md
- src/tool_getparam.c
- src/tool_getparam.h
- tests/data/Makefile.am
- tests/data/test1623
- tests/tunit/Makefile.inc
- tests/tunit/tool1623.c