nextcloud/lib/private/Http/Client
Scott Shambarger 3fc86e639e
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: Scott Shambarger <devel@shambarger.net>
2019-10-11 13:41:39 +02:00
..
Client.php Correctly handle emtpy string in proxyuserpwd config 2019-10-11 13:41:39 +02:00
ClientService.php adjust httpclient to guzzle6 2018-02-09 17:13:21 +01:00
Response.php HttpClient getHeader can return empty string 2019-01-08 14:14:59 +01:00