- remove const qualifier from url param in http_request_*()
[m6w6/ext-http] / php_http_request_pool_api.h
index 3243de936e0ea672eaee399c1f2212335a96e17e..115cd3d5202f0c38bddadb1c3d65268b327778ff 100644 (file)
@@ -29,6 +29,7 @@
 
 typedef struct {
        CURLM *ch;
+       zend_bool sent;
        zend_llist handles;
        zend_llist bodies;
        int unfinished;