aboutsummaryrefslogtreecommitdiff
path: root/tests/data/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-08-15 17:50:02 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-08-16 10:11:22 +0200
commit68fab35c735be1c9b566c23959e06b05add94c15 (patch)
treed643c77cc78e24965927eae227bc341f34028e89 /tests/data/Makefile.inc
parenta8ac1be7054d4f289ef4db1a31bb37aae1c5d6c0 (diff)
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
Diffstat (limited to 'tests/data/Makefile.inc')
-rw-r--r--tests/data/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc
index 1e9aef9d2..fc22c2f17 100644
--- a/tests/data/Makefile.inc
+++ b/tests/data/Makefile.inc
@@ -57,7 +57,7 @@ test298 test299 test300 test301 test302 test303 test304 test305 test306 \
test307 test308 test309 test310 test311 test312 test313 test314 test315 \
test316 test317 test318 test319 test320 test321 test322 test323 test324 \
test325 test326 test327 test328 test329 test330 test331 test332 test333 \
-test334 \
+test334 test335 \
test340 \
\
test350 test351 test352 test353 test354 test355 test356 \