summaryrefslogtreecommitdiff
path: root/tests/data/test552
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: add %repeat[]% for test filesDaniel Stenberg2020-10-041-0/+0
| | | | | | | ... and use this new keywords in all the test files larger than 50K to reduce their sizes and make them a lot easier to read and understand. Closes #6040
* runtests: provide curl's version string as %VERSION for testsDaniel Stenberg2020-10-021-0/+0
| | | | | | | | ... so that we can check HTTP requests for User-Agent: curl/%VERSION Update 600+ test cases accordingly. Closes #6037
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-301-0/+0
| | | | | | Added build to travis to verify Closes #5466
* HTTP: increase EXPECT_100_THRESHOLD to 1Mb加藤郁之2020-01-201-0/+0
| | | | | | Mentioned: https://curl.haxx.se/mail/lib-2020-01/0050.html Closes #4814
* test552: Fix typosDaniel Gustafsson2017-02-071-0/+0
| | | | Closes https://github.com/curl/curl/pull/1245
* Revert "Proxy-Connection: stop sending this header by default"Daniel Stenberg2016-08-161-0/+0
| | | | This reverts commit 113f04e664b16b944e64498a73a4dab990fe9a68.
* Proxy-Connection: stop sending this header by defaultDaniel Stenberg2016-02-081-0/+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-0/+0
| | | | | | | | | | | | | | | ...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
* test552: Don't run HTTP digest tests for SSPI based buildsDan Fandrich2014-11-061-0/+0
| | | | | Technical difficulties prevented this from going into the previous commit.
* tests: added missing HTTP NTLM auth keywordsDan Fandrich2014-03-151-0/+0
| | | | Also, removed an unneeded strippart
* tests: Made the crypto test feature usableDan Fandrich2014-02-171-0/+0
| | | | | This feature specifies the availability of cryptographic authentication, which can be disabled at compile-time
* tests: phase out haxx.seDaniel Stenberg2011-03-091-0/+0
| | | | | | Instead of using haxx.se as a fixed magic host name in lots of tests, this is a first step to move toward the generic example.com host instead.
* Changed host name to be under the haxx.se domainYang Tse2009-05-081-0/+0
|
* restored from my messy previous commit mistakeDaniel Stenberg2008-11-211-0/+0
|
* - I removed the default use of "Pragma: no-cache" from libcurl when a proxy isDaniel Stenberg2008-11-191-0/+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-0/+0
|
* Put the comments in an XML-valid location.Dan Fandrich2008-01-171-0/+0
|
* In an attempt to repeat the problem in bug report #1850730Daniel Stenberg2007-12-261-0/+0
(http://curl.haxx.se/bug/view.cgi?id=1850730) I wrote up test case 552. The test is doing a 70K POST with a read callback and an ioctl callback over a proxy requiring Digest auth. The test case code is more or less identical to the test recipe code provided by Spacen Jasset (who submitted the bug report).