From 68fab35c735be1c9b566c23959e06b05add94c15 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 15 Aug 2019 17:50:02 +0200 Subject: http: fix use of credentials from URL when using HTTP proxy When a username and password are provided in the URL, they were wrongly removed from the stored URL so that subsequent uses of the same URL wouldn't find the crendentials. This made doing HTTP auth with multiple connections (like Digest) mishave. Regression from 46e164069d1a5230 (7.62.0) Test case 335 added to verify. Reported-by: Mike Crowe Fixes #4228 Closes #4229 --- tests/data/test2047 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test2047') diff --git a/tests/data/test2047 b/tests/data/test2047 index fc140486b..bc7350971 100644 --- a/tests/data/test2047 +++ b/tests/data/test2047 @@ -92,7 +92,7 @@ OK 1 1 3 -http://xn--4cab6c.se/20470001 +http://åäö.se/20470001 text/plain; charset=us-ascii 200 -- cgit v1.2.3