Skip to content
Unverified Commit 3fc86e63 authored by Scott Shambarger's avatar Scott Shambarger Committed by Arthur Schiwon
Browse files

Correctly handle emtpy string in proxyuserpwd config



As documented, the default value for config value proxyuserpwd is ''.
However, that value results in the error:
 "cURL error 5: Unsupported proxy syntax in '@'".
This patch handles the values of '' and null (the default in the code)
the same for config values proxyuserpwd and proxy.

Signed-off-by: default avatarScott Shambarger <devel@shambarger.net>
parent bb34e908
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment