projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
58e3a73
)
typo
author
Michael Wallner
<mike@php.net>
Tue, 9 Nov 2021 13:35:12 +0000
(14:35 +0100)
committer
Michael Wallner
<mike@php.net>
Tue, 9 Nov 2021 13:35:12 +0000
(14:35 +0100)
src/php_http_client_curl.c
patch
|
blob
|
history
diff --git
a/src/php_http_client_curl.c
b/src/php_http_client_curl.c
index eea1529cc30bc465c810085cd3735a31df9a93dd..8c38c6c60f287d634b80f89e50ad69ed3b0fc45c 100644
(file)
--- 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