From 33fe8251cb0ba25f1d6eb8cd58e4c39d0acfb19c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 20 Mar 2022 16:51:03 +0100 Subject: [PATCH] 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 --- tests/data/DISABLED | 1 - tests/data/test718 | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 466dc3208e..cb7d6a9a7d 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -52,7 +52,6 @@ 671 672 673 -718 1021 1417 1533 diff --git a/tests/data/test718 b/tests/data/test718 index 6ab6c5a31e..613647aa0e 100644 --- a/tests/data/test718 +++ b/tests/data/test718 @@ -17,11 +17,13 @@ HTTP proxy Digest auth HTTP/1.1 407 Authorization Required to proxy me swsclose Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345" + HTTP/1.1 407 Authorization Required to proxy me swsclose Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345" + -- 2.47.3