Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg | |
The function does not return the same value as snprintf() normally does, so readers may be mislead into thinking the code works differently than it actually does. A different function name makes this easier to detect. Reported-by: Tomas Hoger Assisted-by: Daniel Gustafsson Fixes #3296 Closes #3297 | |||
2018-05-22 | http resume: skip body if http code 416 (range error) is ignored. | Patrick Monnerat | |
This avoids appending error data to already existing good data. Test 92 is updated to match this change. New test 1156 checks all combinations of --range/--resume, --fail, Content-Range header and http status code 200/416. Fixes #1163 Reported-By: Ithubg on github Closes #2578 |