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
|
671
|
||||||
672
|
672
|
||||||
673
|
673
|
||||||
718
|
|
||||||
1021
|
1021
|
||||||
1417
|
1417
|
||||||
1533
|
1533
|
||||||
|
|||||||
@ -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>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user