Skip to content

Commit

Permalink
Sync curl_setopt (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored Dec 22, 2023
1 parent c145762 commit eb1d405
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reference/curl/functions/curl-setopt.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: ab0006771069b6deaccdb44522a6312adaa91b35 Maintainer: daijie Status: ready -->
<!-- CREDITS: mowangjuanzi -->
<!-- EN-Revision: c957c4c205b18978e0bf318b24978e92c70e19ee Maintainer: daijie Status: ready -->
<!-- CREDITS: mowangjuanzi, Luffy -->
<refentry xml:id="function.curl-setopt" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>curl_setopt</refname>
Expand Down Expand Up @@ -551,7 +551,7 @@
<row>
<entry valign="top"><constant>CURLOPT_EXPECT_100_TIMEOUT_MS</constant></entry>
<entry valign="top">
超时预计: 100毫秒内的 continue 响应
<literal>Expect: 100-continue</literal> 响应的超时时间,以毫秒为单位。
默认为 1000 毫秒。
</entry>
<entry valign="top">
Expand Down Expand Up @@ -2169,7 +2169,7 @@ resource 读取。返回空字符串作为 <literal>EOF</literal>(文件结束
<row>
<entry>7.3.15、7.4.3</entry>
<entry>
引入 <constant>CURLOPT_HTTP09_ALLOWED </constant>。
引入 <constant>CURLOPT_HTTP09_ALLOWED</constant>。
</entry>
</row>
<row>
Expand Down

0 comments on commit eb1d405

Please sign in to comment.