X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_request_object.c;h=af4a2b996fd0291e31bda651dcbb6eba685194e0;hp=3f37f46f9ada3d1549d8ccbf474f6ed4985973ba;hb=67b6449577bc1905c4f3be9a4aa58660cb9bfa3a;hpb=bed6be7b39b7992b44eb56455afe3f0b0bd04964 diff --git a/http_request_object.c b/http_request_object.c index 3f37f46..af4a2b9 100644 --- a/http_request_object.c +++ b/http_request_object.c @@ -732,6 +732,8 @@ STATUS _http_request_object_responsehandler(http_request_object *obj, zval *this zval_ptr_dtor(¶m); } + http_request_set_progress_callback(obj->request, NULL); + return ret; }