Skip to content

Commit d0ac0a5

Browse files
authored
ext/curl: CURLOPT_TCP_KEEPCNT instead of CURL_TCP_KEEPCNT (#5684)
CURL_TCP_KEEPCNT does not exist and CURLOPT_TCP_KEEPCNT does, so this seems like a mistake.
1 parent c2149ab commit d0ac0a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appendices/migration84/constants.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<constant>CURL_HTTP_VERSION_3ONLY</constant>
2727
</member>
2828
<member>
29-
<constant>CURL_TCP_KEEPCNT</constant>
29+
<constant>CURLOPT_TCP_KEEPCNT</constant>
3030
</member>
3131
<member>
3232
<constant>CURLOPT_PREREQFUNCTION</constant>

0 commit comments

Comments
 (0)