From: Michael Wallner Date: Tue, 9 Nov 2021 13:35:12 +0000 (+0100) Subject: typo X-Git-Tag: v4.2.2~8 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=7a7c528439652b496bd5c62446566f21ba9283bd;p=m6w6%2Fext-http typo --- diff --git a/src/php_http_client_curl.c b/src/php_http_client_curl.c index eea1529..8c38c6c 100644 --- a/src/php_http_client_curl.c +++ b/src/php_http_client_curl.c @@ -1486,7 +1486,7 @@ static void php_http_curle_options_init(php_http_options_t *registry) } #endif #if PHP_HTTP_CURL_VERSION(7,49,0) -# if defined(linux) || defined(__APPLE__) +# if defined(linux) || defined(__APPLE__) /* CURLOPT_TCP_FASTOPEN is not supported (yet) on Windows */ php_http_option_register(registry, ZEND_STRL("tcp_fastopen"), CURLOPT_TCP_FASTOPEN, _IS_BOOL); # endif