History log of /curl/tests/data/DISABLED (Results 51 – 75 of 198)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f9910e85 25-Oct-2021 Daniel Stenberg

test1287: make work on hyper

Closes #7905


# 5c26764c 25-Oct-2021 Daniel Stenberg

test1266/1267: disabled on hyper: no HTTP/0.9 support

Closes #7905


# 7c7b32db 24-Oct-2021 Daniel Stenberg

tests: enable more tests with hyper

Adjusted 1144, 1164 and 1176.

Closes #7900


# 1732502c 22-Oct-2021 Daniel Stenberg

hyper: does not support disabling CURLOPT_HTTP_TRANSFER_DECODING

Simply because hyper doesn't have this ability. Mentioned in docs now.

Skip test 326 then

Closes #7889


# f852f908 21-Oct-2021 Daniel Stenberg

test262: don't attempt with hyper

This test verifies that curl works with binary zeroes in HTTP response
headers and hyper refuses such. They're not kosher http.

Closes #7889


# cf088201 21-Oct-2021 Daniel Stenberg

c-hyper: make test 217 run

Closes #7889


# a76f3c59 21-Oct-2021 Daniel Stenberg

DISABLED: enable test 209+213 for hyper

Follow-up to 823d3ab855c

Closes #7889


# 7b4d44e0 21-Oct-2021 Daniel Stenberg

test207: accept a different error code for hyper

It returns HYPERE_UNEXPECTED_EOF for this case which we convert to the
somewhat generic CURLE_RECV_ERROR.

Closes #7889


# 823d3ab8 21-Oct-2021 Daniel Stenberg

http_proxy: multiple CONNECT with hyper done better

Enabled test 206

Closes #7888


# 3723ba62 12-Oct-2021 Daniel Stenberg

tests: disable test 2043

It uses revoked.badssl.com which now is expired and therefor this now
permafails. We should not use external sites for tests, this test should
be converted t

tests: disable test 2043

It uses revoked.badssl.com which now is expired and therefor this now
permafails. We should not use external sites for tests, this test should
be converted to use our own infra.

Closes #7845

show more ...


# a517378d 22-Jul-2021 Max Dymond

CURLOPT_PREREQFUNCTION: add new callback

Triggered before a request is made but after a connection is set up

Changes:

- callback: Update docs and callback for pre-request c

CURLOPT_PREREQFUNCTION: add new callback

Triggered before a request is made but after a connection is set up

Changes:

- callback: Update docs and callback for pre-request callback
- Add documentation for CURLOPT_PREREQDATA and CURLOPT_PREREQFUNCTION,
- Add redirect test and callback failure test
- Note that the function may be called multiple times on a redirection
- Disable new 2086 test due to Windows weirdness

Closes #7477

show more ...


# 5b7aaefc 16-Sep-2021 Daniel Stenberg

test1184: disable

The test should be fine and it works for me repeated when run manually,
but clearly it causes CI failures and it needs more research.

Reported-by: RiderALT on

test1184: disable

The test should be fine and it works for me repeated when run manually,
but clearly it causes CI failures and it needs more research.

Reported-by: RiderALT on github
Fixes #7725
Closes #7732

show more ...


# 3f4b1b4e 01-Sep-2021 Daniel Stenberg

tests: adjust the tftpd output to work with hyper mode

By making them look less like http headers, the hyper mode "tweak"
doesn't interfere.

Enable test 2002 and 2003 in hyper b

tests: adjust the tftpd output to work with hyper mode

By making them look less like http headers, the hyper mode "tweak"
doesn't interfere.

Enable test 2002 and 2003 in hyper builds (and 1280 which is unrelated
but should be enabled).

Closes #7658

show more ...


# 8a16e54c 30-Aug-2021 Daniel Stenberg

http: ignore content-length if any transfer-encoding is used

Fixes #7643
Closes #7649


# 5dc594e4 26-Aug-2021 Daniel Stenberg

http: disallow >3-digit response codes

Make the built-in HTTP parser behave similar to hyper and reject any
HTTP response using more than 3 digits for the response code.

Updated

http: disallow >3-digit response codes

Make the built-in HTTP parser behave similar to hyper and reject any
HTTP response using more than 3 digits for the response code.

Updated test 1432 accordingly.
Enabled test 1432 in the hyper builds.

Closes #7641

show more ...


# 9a30ac09 26-Aug-2021 Daniel Stenberg

tests: enable test 1129 for hyper builds

Closes #7638


# e5d77dc2 23-Aug-2021 Daniel Stenberg

c-hyper: handle HTTP/1.1 => HTTP/1.0 downgrade on reused connection

Enable test 1074

Closes #7617


# 38941ad6 23-Aug-2021 Daniel Stenberg

c-hyper: deal with Expect: 100-continue combined with POSTFIELDS

Enable test 1130 and 1131

Closes #7616


# 473b893c 23-Aug-2021 Daniel Stenberg

DISABLED: enable 11 more tests for hyper builds

Closes #7612


# 46d4373e 23-Aug-2021 Daniel Stenberg

setopt: enable CURLOPT_IGNORE_CONTENT_LENGTH for hyper

Since this option is also used for FTP, it needs to work to set for
applications even if hyper doesn't support it for HTTP. Verifie

setopt: enable CURLOPT_IGNORE_CONTENT_LENGTH for hyper

Since this option is also used for FTP, it needs to work to set for
applications even if hyper doesn't support it for HTTP. Verified by test
1137.

Updated docs to specify that the option doesn't work for HTTP when using
the hyper backend.

Closes #7614

show more ...


# 0854781c 23-Aug-2021 Daniel Stenberg

test1138: remove trailing space to make work with hyper

Closes #7613


# 059379d2 20-Aug-2021 Daniel Stenberg

http_proxy: fix user-agent and custom headers for CONNECT with hyper

Enable test 287

Closes #7598


# f46b83fc 14-Aug-2021 Daniel Stenberg

c-hyper: initial support for "dumping" 1xx HTTP responses

With the use hyper_request_on_informational()

Enable test 155 and 158

Closes #7597


# 32f6812b 13-Aug-2021 Daniel Stenberg

c-hyper: initial step for 100-continue support

Enabled test 154

Closes #7568


# c3d61266 05-Jul-2021 Daniel Stenberg

test1147: hyper doesn't allow "crazy" request headers like built-in

... so strip that from the test.

Closes #7349


12345678