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
This commit is contained in:
Daniel Stenberg 2022-03-20 16:51:03 +01:00
parent 7e145dd270
commit 33fe8251cb
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,6 @@
671 671
672 672
673 673
718
1021 1021
1417 1417
1533 1533

View File

@ -17,11 +17,13 @@ HTTP proxy Digest auth
<connect> <connect>
HTTP/1.1 407 Authorization Required to proxy me swsclose HTTP/1.1 407 Authorization Required to proxy me swsclose
Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345" Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
</connect> </connect>
<datacheck> <datacheck>
HTTP/1.1 407 Authorization Required to proxy me swsclose HTTP/1.1 407 Authorization Required to proxy me swsclose
Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345" Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
</datacheck> </datacheck>
</reply> </reply>