]> git.mxchange.org Git - friendica.git/commit
Throw an exception when parse_url fails in HttpClient->request
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 19 Jan 2023 13:44:06 +0000 (08:44 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 21 Jan 2023 19:25:21 +0000 (14:25 -0500)
commit881cb456e2712e04d0a510619e06fa371567feaf
tree41d9aacabd3b7d6cd5f348a56dd69b8b9ee15851
parent9ff3aca3b26adbfadda67e5f37d292e742d455bc
Throw an exception when parse_url fails in HttpClient->request

- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1383147421
src/Network/HTTPClient/Client/HttpClient.php