- add libevent support
[m6w6/ext-http] / php_http_request_api.h
index 65d62e1e701f49995d204871b8fd6100fd1a8d7c..22a497271d6908164b1959cf26d43dabd25d6181 100644 (file)
@@ -41,6 +41,11 @@ typedef struct _http_request_t {
                struct curl_slist *headers;
        } _cache;
        
+       struct {
+               uint count;
+               double delay;
+       } _retry;
+       
        char _error[CURL_ERROR_SIZE+1];
        zval *_progress_callback;