summaryrefslogtreecommitdiff
path: root/tests/data/test1320
Commit message (Collapse)AuthorAgeFilesLines
* tests: use proxy featureMarcel Raad2019-10-151-0/+1
| | | | | | This makes the tests succeed when using --disable-proxy. Closes https://github.com/curl/curl/pull/4488
* Revert "Proxy-Connection: stop sending this header by default"Daniel Stenberg2016-08-161-0/+1
| | | | This reverts commit 113f04e664b16b944e64498a73a4dab990fe9a68.
* Proxy-Connection: stop sending this header by defaultDaniel Stenberg2016-02-081-1/+0
| | | | | | | | | RFC 7230 says we should stop. Firefox already stopped. Bug: https://github.com/curl/curl/issues/633 Reported-By: Brad Fitzpatrick Closes #633
* tests: added missing <features> http to a number of testsDan Fandrich2014-01-251-1/+4
|
* tests: Fixed typos from commit 25a0c96a494297Steve Holme2013-09-291-2/+2
|
* tests: Updated email addresses in SMTP tests following recent changesSteve Holme2013-09-291-3/+3
|
* ftpserver.pl: Moved specifying the test number from the RCPT addressSteve Holme2013-09-291-2/+2
| | | | | | | ...to the client address as this frees the RCPT strings to contain just an email address and by passing the test number into curl as the client address remains consistent with POP3 and IMAP tests as they are specified in the URL.
* tests: Fixed smtp rcpt to addressesSteve Holme2013-09-221-3/+2
|
* tests: Fixed smtp mail from addressesSteve Holme2013-09-191-2/+2
|
* smtp: Fixed sending of double CRLF caused by first in EOBSteve Holme2013-05-041-1/+0
| | | | | | | | If the mail sent during the transfer contains a terminating <CRLF> then we should not send the first <CRLF> of the EOB as specified in RFC-5321. Additionally don't send the <CRLF> if there is "no mail data" as the DATA command already includes it.
* tests: Corrected test1320 to be RFC2821 compliantSteve Holme2013-05-021-8/+8
|
* test1509: verify proxy header response headers countDaniel Stenberg2013-03-271-3/+8
| | | | | | | | | | | | | Modified sws to support and use custom CONNECT responses instead of the previously naive hard-coded version. Made the HTTP test server able to extract test case number from the host name in a CONNECT request by finding the number after the last dot. It makes 'machine.moo.123' use test case 123. Adapted a larger amount of tests to the new <connect> style. Bug: http://curl.haxx.se/bug/view.cgi?id=1204 Reported by: Martin Jansen
* tests #1316 #1319 #1320 #1321: add missing keywordsYang Tse2012-03-231-0/+2
|
* test1320 test1321: avoid User-Agent comparisonYang Tse2012-01-041-0/+3
|
* tests: test IMAP, POP3 and SMTP over HTTP proxy tunnelDaniel Stenberg2012-01-031-0/+62