From 7a7c528439652b496bd5c62446566f21ba9283bd Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 9 Nov 2021 14:35:12 +0100 Subject: [PATCH] typo --- src/php_http_client_curl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2