X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_request_object.c;h=2ed979789b009c8a93b2c983baca769b5a50a946;hp=73d3718394848ecf3f4ff50aae370110dd86e0a9;hb=34644fd4c700fb55c3a2c2ff9966d0f5e7572509;hpb=0e41acb9661b95484c212e349f83e34eb3fe84a2 diff --git a/http_request_object.c b/http_request_object.c index 73d3718..2ed9797 100644 --- a/http_request_object.c +++ b/http_request_object.c @@ -1957,6 +1957,10 @@ PHP_METHOD(HttpRequest, clearHistory) * * Returns the received response as HttpMessage object. * + * NOTE: While an exception may be thrown, the transfer could have succeeded + * at least partially, so you might want to check the return values of various + * HttpRequest::getResponse*() methods. + * * Throws HttpRuntimeException, HttpRequestException, * HttpMalformedHeaderException, HttpEncodingException. *