X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_curl.c;h=91b476c3b5076e15997b5889879441519ef1d335;hp=5e588283570d87fd64e53df8c5abf5e130ac422a;hb=4d68865693332389b875e4466f8b5368c0876e15;hpb=29a54250b58e444974ae19840194e214cab80bd5 diff --git a/php_http_curl.c b/php_http_curl.c index 5e58828..91b476c 100644 --- a/php_http_curl.c +++ b/php_http_curl.c @@ -21,9 +21,6 @@ # include #endif -#include - - typedef struct php_http_curl_request { CURL *handle; @@ -512,6 +509,7 @@ static int php_http_curl_request_pool_socket_callback(CURL *easy, curl_socket_t case CURL_POLL_REMOVE: efree(ev); + /* no break */ case CURL_POLL_NONE: return 0;