summaryrefslogtreecommitdiff
path: root/tests/data/test1001
Commit message (Collapse)AuthorAgeFilesLines
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-5/+5
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* runtests: provide curl's version string as %VERSION for testsDaniel Stenberg2020-10-021-4/+2
| | | | | | | | ... so that we can check HTTP requests for User-Agent: curl/%VERSION Update 600+ test cases accordingly. Closes #6037
* tests: have runtests figure out disabled featuresDaniel Stenberg2019-06-171-0/+1
| | | | | | | | | | | | ... so that runtests can skip individual test cases that test features that are explicitly disabled in this build. This new logic is intended for disabled features that aren't otherwise easily visible through the curl_version_info() or other API calls. tests/server/disabled is a newly built executable that will output a list of disabled features. Outputs nothing for a default build. Closes #3950
* Revert "Proxy-Connection: stop sending this header by default"Daniel Stenberg2016-08-161-0/+2
| | | | This reverts commit 113f04e664b16b944e64498a73a4dab990fe9a68.
* Proxy-Connection: stop sending this header by defaultDaniel Stenberg2016-02-081-2/+0
| | | | | | | | | RFC 7230 says we should stop. Firefox already stopped. Bug: https://github.com/curl/curl/issues/633 Reported-By: Brad Fitzpatrick Closes #633
* http: always send Host: header as first headerDaniel Stenberg2015-03-121-2/+2
| | | | | | | | | | | | | | | ...after the method line: "Since the Host field-value is critical information for handling a request, a user agent SHOULD generate Host as the first header field following the request-line." / RFC 7230 section 5.4 Additionally, this will also make libcurl ignore multiple specified custom Host: headers and only use the first one. Test 1121 has been updated accordingly Bug: http://curl.haxx.se/bug/view.cgi?id=1491 Reported-by: Rainer Canavan
* tests: Don't run HTTP digest tests for SSPI based buildsSteve Holme2014-11-061-0/+1
| | | | | | | Added !SSPI to the features list of the HTTP digest tests, as SSPI based builds now use the Windows SSPI messaging API rather than the internal functions, and we can't control the random numbers that get used as part of the digest.
* HTTP: don't send Content-Length: 0 _and_ Expect: 100-continueDaniel Stenberg2014-04-041-1/+0
| | | | | | | Without request body there's no point in asking for 100-continue. Bug: http://curl.haxx.se/bug/view.cgi?id=1349 Reported-by: JimS
* tests: Made the crypto test feature usableDan Fandrich2014-02-171-0/+3
| | | | | This feature specifies the availability of cryptographic authentication, which can be disabled at compile-time
* - I removed the default use of "Pragma: no-cache" from libcurl when a proxy isDaniel Stenberg2008-11-191-2/+0
| | | | | used. It has been used since forever but it was never a good idea to use unless explicitly asked for.
* Added "HTTP proxy" and "proxytunnel" keywords where applicableDan Fandrich2008-09-291-1/+2
|
* <postcheck> delay no longer needed for this test.Yang Tse2008-04-231-3/+0
| | | | http://curl.haxx.se/mail/lib-2008-04/0392.html
* Remove fflush() + fsync() previously introduced accelerated writing ofYang Tse2008-04-221-0/+3
| | | | | | | | | | server input and response request files of the test harness sws server. Reintroduce, for test # 1001, the <postcheck> small delay. The delay is needed even with the accelerated writing of server input and response request files in test harness sws server. http://curl.haxx.se/mail/lib-2008-04/0385.html
* Remove previously introduced small delay to verify if it can be avoidedYang Tse2008-04-221-3/+0
| | | | | with the accelerated writing of server input and response request files in test harness sws server.
* test 1001 needs a small delay between client part execution and testYang Tse2008-04-181-0/+3
| | | | | result file verifications to allow the test server to completely write out all files
* Added some <keywords> sections and use some key words more consistently.Dan Fandrich2007-10-121-2/+4
|
* some keywords for future stats/coverage checksDaniel Stenberg2007-08-171-0/+9
|
* Moved the 5320 and 5322 into the 1000-series instead which is a documentedDaniel Stenberg2007-08-171-0/+94
range. They are about FTP but the 100-199 range is full.