Skip to content

Commit d7d6dd6

Browse files
authored
curl: Update connection timeout default to literal 0 (#5498)
1 parent 8352249 commit d7d6dd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference/curl/constants_curl_setopt.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
</term>
240240
<listitem>
241241
<para>
242-
The number of seconds to wait while trying to connect. Use 0 to
242+
The number of seconds to wait while trying to connect. Use <literal>0</literal> to
243243
wait indefinitely.
244244
This option accepts any value that can be cast to a valid <type>int</type>.
245245
Defaults to <literal>300</literal>.

0 commit comments

Comments
 (0)