diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-03-04 12:03:39 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-03-04 16:24:08 +0100 |
commit | 15401fa886b707ae2a42b95fa6cf313685306492 (patch) | |
tree | 116f48ef772045740d595ed1c9ba7b8fed1d6b77 /tests/data/test658 | |
parent | 2591a491aa7cc736dc1751b7b1a4502eac5edf9e (diff) |
CURLU: fix NULL dereference when used over proxy
Test 659 verifies
Also fixed the test 658 name
Closes #3641
Diffstat (limited to 'tests/data/test658')
-rw-r--r-- | tests/data/test658 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/test658 b/tests/data/test658 index 8c77eafec..2ed6d6429 100644 --- a/tests/data/test658 +++ b/tests/data/test658 @@ -3,6 +3,7 @@ <keywords> HTTP HTTP GET +CURLOPT_CURLU </keywords> </info> <reply> @@ -29,7 +30,7 @@ http lib658 </tool> <name> -HTTP GET +Pass URL to libcurl with CURLOPT_CURLU </name> <command> http://%HOSTIP:%HTTPPORT/658 |