mirror of
https://github.com/curl/curl.git
synced 2026-08-24 12:33:37 +03:00
CURLU: fix NULL dereference when used over proxy
Test 659 verifies Also fixed the test 658 name Closes #3641
This commit is contained in:
parent
2591a491aa
commit
15401fa886
6 changed files with 140 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue