]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
HTTPClient would return null instead of exception
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 11 Jan 2016 01:36:59 +0000 (02:36 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 11 Jan 2016 01:36:59 +0000 (02:36 +0100)
commitb13f8df79b5057aa77947fc07f2fb3867dad8809
tree731cd5dce6be7652abf1c302cbe8932704895a79
parent87ae5292b84fe72f3033193cf7eb47d78f1b1e36
HTTPClient would return null instead of exception

This caused $response->isOK() tests to call a function on a non-existing object, causing all hell to break loose.
lib/httpclient.php
lib/queuemonitor.php
plugins/OStatus/lib/discoveryhints.php
plugins/OStatus/tests/slap.php