summaryrefslogtreecommitdiff
path: root/tests/data/test1002
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Proxy-Connection: stop sending this header by default"Daniel Stenberg2016-08-161-0/+3
| | | | This reverts commit 113f04e664b16b944e64498a73a4dab990fe9a68.
* Proxy-Connection: stop sending this header by defaultDaniel Stenberg2016-02-081-3/+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-3/+3
| | | | | | | | | | | | | | | ...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-3/+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
|
* Added some <keywords> sections and use some key words more consistently.Dan Fandrich2007-10-121-2/+3
|
* some keywords for future stats/coverage checksDaniel Stenberg2007-08-171-1/+10
|
* Moved the 5320 and 5322 into the 1000-series instead which is a documentedDaniel Stenberg2007-08-171-0/+106
range. They are about FTP but the 100-199 range is full.