nextcloud/tests/lib/Http/Client
Scott Shambarger edf946dfc7
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-08-11 21:07:30 +02:00
..
ClientServiceTest.php Set User-Agent as header without middleware 2019-04-16 21:13:29 +02:00
ClientTest.php Correctly handle emtpy string in proxyuserpwd config 2019-08-11 21:07:30 +02:00
ResponseTest.php adjust httpclient to guzzle6 2018-02-09 17:13:21 +01:00