mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08: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
@ -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…
Reference in New Issue
Block a user