Skip to content
Unverified Commit edf946df authored by Scott Shambarger's avatar Scott Shambarger Committed by Roeland Jago Douma
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 1d72073e
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