History log of /curl/tests/data/test61 (Results 26 – 36 of 36)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_15_6-prepipeline, curl-7_15_5, curl-7_15_4, curl-7_15_3, curl-7_15_2, curl-7_15_1, curl-7_15_0, curl-7_14_1, c-ares-1_3_0
# 6a63c51f 24-May-2005 Daniel Stenberg

Andres Garcia's mode=text patch to make these do fine on Windows


Revision tags: curl-7_14_0
# 5d9fc28f 11-May-2005 Daniel Stenberg

Modified the default HTTP headers used by libcurl:

A) Normal non-proxy HTTP:

- no more "Pragma: no-cache" (this only makes sense to proxies)

B) Non-CONNECT HTTP request ov

Modified the default HTTP headers used by libcurl:

A) Normal non-proxy HTTP:

- no more "Pragma: no-cache" (this only makes sense to proxies)

B) Non-CONNECT HTTP request over proxy:

- "Pragma: no-cache" is used (like before)
- "Proxy-Connection: Keep-alive" (for older style 1.0-proxies)

C) CONNECT HTTP request over proxy:

- "Host: [name]:[port]"
- "Proxy-Connection: Keep-alive"

show more ...


# 4485503e 22-Apr-2005 Daniel Stenberg

keywords added


Revision tags: curl-7_13_2, curl-7_13_1, before_ftp_statemachine, curl-7_13_0, curl-7_12_3, curl-7_12_2
# ca52c963 11-Sep-2004 Daniel Stenberg

1. cookie expire-strings MUST use GMT timezones
2. adjusted date strings to upcoming date parser rewrite


# 2b1673c9 08-Sep-2004 Daniel Stenberg

Now the test servers and test cases can run on a custom port number. There's
no fixed port numbers in use anymore. Starting now, the default ports the
servers use are 8990 - 8993. There's no

Now the test servers and test cases can run on a custom port number. There's
no fixed port numbers in use anymore. Starting now, the default ports the
servers use are 8990 - 8993. There's no option to modify these yet, but
changing the $base option in the top of the runtests.pl script.

show more ...


Revision tags: curl-7_12_1, pre-aifix, curl-7_12_0, curl-7_11_2, c-ares-1_2_0, curl-7_11_1
# 93e32e6f 09-Feb-2004 Daniel Stenberg

Modified the default HTTP Accept: header to only be Accept: */*


Revision tags: curl-7_11_0, curl-7_10_8, curl-7_10_7, curl-7_10_6
# c50a601f 19-Jul-2003 Daniel Stenberg

modified to work fine with the new persistant connection working test suite
HTTP server


Revision tags: curl-7_10_5
# a290d4b9 02-May-2003 Daniel Stenberg

fixed the format slightly


# ee29dbdb 30-Apr-2003 Daniel Stenberg

Each test case now specifies which server(s) it needs, without relying on the
test number.


# 37d1e935 30-Apr-2003 Daniel Stenberg

ok, make the test run ok too


# 4494c0de 30-Apr-2003 Daniel Stenberg

various new cookie tests with a custom Host: header set


12