]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test718: edited slightly to return better HTTP
authorDaniel Stenberg <daniel@haxx.se>
Sun, 20 Mar 2022 15:51:03 +0000 (16:51 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 20 Mar 2022 21:54:49 +0000 (22:54 +0100)
Since hyper is picky and won't play ball otherwise.

Bug: https://github.com/hyperium/hyper/issues/2783
Reported-by: Daniel Valenzuela
Closes #8614

tests/data/DISABLED
tests/data/test718

index 466dc3208ee0170fb1a50f43bd99c835c505956e..cb7d6a9a7d8e0719e7c0eb9958a1dc7cc3a7dd23 100644 (file)
@@ -52,7 +52,6 @@
 671
 672
 673
-718
 1021
 1417
 1533
index 6ab6c5a31edc3ccd5a5fc7383a7750f56503e645..613647aa0e7ee43fd442e0e9e7eb88894df1e528 100644 (file)
@@ -17,11 +17,13 @@ HTTP proxy Digest auth
 <connect>
 HTTP/1.1 407 Authorization Required to proxy me swsclose\r
 Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"\r
+\r
 </connect>
 
 <datacheck>
 HTTP/1.1 407 Authorization Required to proxy me swsclose\r
 Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"\r
+\r
 </datacheck>
 </reply>