summaryrefslogtreecommitdiff
path: root/tests/libtest/lib1517.c
Commit message (Collapse)AuthorAgeFilesLines
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
| | | | Follow-up from 4d2f8006777
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-2/+2
|
* lib1517: checksrc complianceDaniel Stenberg2016-04-241-2/+3
|
* tests: added test1517Karlson2k2016-04-201-0/+115
... for checking ability to receive full HTTP response when POST request is used with slow read callback function. This test checks for bug #657 and verifies the work-around from 72d5e144fbc6. Closes #720