- make the asynchronous behaviour of curl_multi available by socketSend(), socketSele...
[m6w6/ext-http] / php_http_request_object.h
index e8326b39c3473b92eff1da6f1bbc9540ff992bd3..e22378548a635c66a983663f84254f24f5d66d2d 100644 (file)
@@ -32,7 +32,7 @@
 typedef struct {
        zend_object zo;
        CURL *ch;
-       zend_bool attached;
+       http_request_pool *pool;
        phpstr response;
 } http_request_object;