summaryrefslogtreecommitdiff
path: root/tests/data/test1238
Commit message (Collapse)AuthorAgeFilesLines
* test1238: slowed down a little morebagder/multi-timeoutDaniel Stenberg2017-04-111-1/+1
| | | | | Due to the Curl_expire_latest fix, the speedcheck gets checked differently this test could fail intermittently.
* tftp tests: verify sent options tooDaniel Stenberg2015-11-061-1/+4
| | | | | | | The tftpd test server now logs all received options and thus all TFTP test cases need to match them exactly. Extended test 283 to use and verify --tftp-blksize.
* TFTP: make the CURLOPT_LOW_SPEED* options workDaniel Stenberg2013-08-221-0/+49
... this also makes sure that the progess callback gets called more often during TFTP transfers. Added test 1238 to verify. Bug: http://curl.haxx.se/bug/view.cgi?id=1269 Reported-by: Jo3