mirror of
https://github.com/curl/curl.git
synced 2026-06-01 19:44:16 +03:00
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:
parent
7e145dd270
commit
33fe8251cb
2 changed files with 2 additions and 1 deletions
|
|
@ -52,7 +52,6 @@
|
|||
671
|
||||
672
|
||||
673
|
||||
718
|
||||
1021
|
||||
1417
|
||||
1533
|
||||
|
|
|
|||
|
|
@ -17,11 +17,13 @@ HTTP proxy Digest auth
|
|||
<connect>
|
||||
HTTP/1.1 407 Authorization Required to proxy me swsclose
|
||||
Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
|
||||
|
||||
</connect>
|
||||
|
||||
<datacheck>
|
||||
HTTP/1.1 407 Authorization Required to proxy me swsclose
|
||||
Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
|
||||
|
||||
</datacheck>
|
||||
</reply>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue