#
3b52a80c |
| 27-Jul-2022 |
Sean McArthur |
hyper: enable obs-folded multiline headers Closes #9216
|
#
be8d2b03 |
| 30-Jun-2022 |
Sean McArthur |
hyper: use wakers for curl pause/resume Closes #9070
|
#
2b7f7d04 |
| 14-Jun-2022 |
Daniel Stenberg |
reuse/dep5: adjusted to parse better ... adjusted a few files to contain copyright and license info. Closes #9006
|
#
bb130871 |
| 01-Jun-2022 |
Daniel Stenberg |
DISABLED: disable 1021 for hyper again due to flakiness in the CI builds
|
#
ba6a3fd3 |
| 25-May-2022 |
Daniel Stenberg |
DISABLED: add six tests that fail with hyper 1117 1274 1940 1941 1942 1943
|
#
652fd3fa |
| 07-May-2022 |
Garrett Squire |
hyper: fix test 357 This change fixes the hyper API such that PUT requests that receive a 417 response can retry without the Expect header. Closes #8811
|
#
a8a1dd8e |
| 06-May-2022 |
Daniel Stenberg |
http_proxy/hyper: handle closed connections Enable test 1021 for hyper builds. Patched-by: Prithvi MK Fixes #8700 Closes #8806
|
#
aad7d9f9 |
| 14-Apr-2022 |
Liam Warfield |
hyper: fix tests 580 and 581 for hyper Hyper now has the ability to preserve header order. This commit adds a few lines setting the connection options for this feature. Related
hyper: fix tests 580 and 581 for hyper Hyper now has the ability to preserve header order. This commit adds a few lines setting the connection options for this feature. Related to issue #8617 Closes #8707
show more ...
|
#
9e8c8b14 |
| 07-Apr-2022 |
Daniel Stenberg |
data/DISABLED: disable test 313 on bearssl builds Closes #8684
|
#
33fe8251 |
| 20-Mar-2022 |
Daniel Stenberg |
test718: edited slightly to return better HTTP Since hyper is picky and won't play ball otherwise. Bug: https://github.com/hyperium/hyper/issues/2783 Reported-by: Daniel Valenzu
test718: edited slightly to return better HTTP Since hyper is picky and won't play ball otherwise. Bug: https://github.com/hyperium/hyper/issues/2783 Reported-by: Daniel Valenzuela Closes #8614
show more ...
|
#
7e145dd2 |
| 19-Mar-2022 |
Daniel Stenberg |
hyper: no h2c support Make tests require h2c feature present to run, and only set h2c if nghttp2 is used in the build. Hyper does not support it. Remove those tests from DISABLE
hyper: no h2c support Make tests require h2c feature present to run, and only set h2c if nghttp2 is used in the build. Hyper does not support it. Remove those tests from DISABLED Fixes #8605 Closes #8613
show more ...
|
#
1f7234a2 |
| 09-Jan-2022 |
Daniel Stenberg |
data/DISABLED: disable test 313 for wolfssl builds It was previously disabled only in the CI jobs yaml Closes #8252
|
#
4c843fdd |
| 09-Jan-2022 |
Daniel Stenberg |
DISABLE: disable a dozen tests in the rustls build Disables tests that don't yet work with the rustls backend. Fixes #8004 Closes #8250
|
#
96c815c2 |
| 09-Dec-2021 |
Daniel Stenberg |
test1528: enable for hyper Closes #8128
|
#
b63bb77c |
| 09-Dec-2021 |
Daniel Stenberg |
test1527: enable for hyper Closes #8128
|
#
34f090a5 |
| 09-Dec-2021 |
Daniel Stenberg |
test1526: enable for hyper Closes #8128
|
#
8d0d5859 |
| 09-Dec-2021 |
Daniel Stenberg |
test1525: slightly tweaked for hyper Closes #8128
|
#
6f73e68d |
| 09-Dec-2021 |
Daniel Stenberg |
test1156: enable for hyper Minor reorg of the lib1156 code and it works fine for hyper. Closes #8127
|
#
fde1f1bf |
| 09-Dec-2021 |
Daniel Stenberg |
test661: enable for hyper Closes #8126
|
#
45c6448e |
| 06-Dec-2021 |
Daniel Stenberg |
test1556: adjust for hyper Closes #8105
|
#
1bea1221 |
| 06-Dec-2021 |
Daniel Stenberg |
test1554: adjust for hyper Closes #8104
|
#
6e061ae6 |
| 19-Nov-2021 |
Daniel Stenberg |
http: enable haproxy support for hyper backend This is done by having native code do the haproxy header output before hyper issues its request. The little downside with this approach is
http: enable haproxy support for hyper backend This is done by having native code do the haproxy header output before hyper issues its request. The little downside with this approach is that we need the entire Curl_buffer_send() function built, which is otherwise not used for hyper builds. If hyper ends up getting native support for the haproxy protocols we can backpedal on this. Enables test 1455 and 1456 Closes #8034
show more ...
|
#
6204aab4 |
| 27-Oct-2021 |
Daniel Stenberg |
test1160: edited to work with hyper Closes #7912
|
#
3b24b910 |
| 27-Oct-2021 |
Daniel Stenberg |
data/DISABLED: enable tests that now work with hyper Closes #7911
|
#
c67a32fc |
| 26-Oct-2021 |
Daniel Stenberg |
http: reject HTTP response codes < 100 ... which then also includes negative ones as test 1430 uses. This makes native + hyper backend act identically on this and therefore test
http: reject HTTP response codes < 100 ... which then also includes negative ones as test 1430 uses. This makes native + hyper backend act identically on this and therefore test 1430 can now be enabled when building with hyper. Adjust test 1431 as well. Closes #7909
show more ...
|