X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_request_pool.h;h=d5657a60d0b8c29ea5a5c77dcc633aca3df15f70;hp=d2b6eb47310ed7edc4ae7c58d5c6f3b035831968;hb=0e89d506db19cab9581a7317e0494001941a8c70;hpb=8d05291f42b3b42159b3fe91492aa4862f3d4405 diff --git a/php_http_request_pool.h b/php_http_request_pool.h index d2b6eb4..d5657a6 100644 --- a/php_http_request_pool.h +++ b/php_http_request_pool.h @@ -13,8 +13,6 @@ #ifndef PHP_HTTP_REQUESTPOOL_H #define PHP_HTTP_REQUESTPOOL_H -#include "php_http_request.h" - typedef enum php_http_request_pool_setopt_opt { PHP_HTTP_REQUEST_POOL_OPT_ENABLE_PIPELINING, PHP_HTTP_REQUEST_POOL_OPT_USE_EVENTS, @@ -57,8 +55,6 @@ struct php_http_request_pool { zend_llist finished; } requests; - zval *persistent_handle_id; - #ifdef ZTS void ***ts; #endif