- disallow detaching requests while executing progress callbacks
[m6w6/ext-http] / php_http_request_api.h
index 286792dae8a563c1ecfdcd5feebe16572d3bc4f7..bc6e2461cce0dae1363a6b96fcf9394c4c4ad202 100644 (file)
@@ -48,6 +48,8 @@ typedef struct _http_request_t {
        void ***tsrm_ls;
 #endif
 
+       uint _in_progress_cb:1;
+
 } http_request;
 
 #define http_curl_init(r) http_curl_init_ex(NULL, (r))