- due to the aggressive object deallocation the request object and its curl handle
authorMichael Wallner <mike@php.net>
Mon, 7 Nov 2005 22:15:42 +0000 (22:15 +0000)
committerMichael Wallner <mike@php.net>
Mon, 7 Nov 2005 22:15:42 +0000 (22:15 +0000)
commit562c9941215d5080452fd8686dba6c408cb8ddda
tree66d11801271bae2db4dd5a35eacfbeb4bc4317ac
parentd99e874511efaa8053f6fec4dc562a3da8331683
- due to the aggressive object deallocation the request object and its curl handle
  would already have been cleaned up when reaching curl_multi_remove_handle()
  when there's no additional reference to the request object (i.e. no user space
  reference to the attached request object);
  e.g.: $pool = new HttpRequestPool(new HttpRequest('...'))
http_request_pool_api.c
package2.xml