Skip to content

Commit e56d23b

Browse files
jetztokers
authored andcommitted
doc: fix timeout misrepresent, seconds => milliseconds
1 parent 8079b64 commit e56d23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The third param, an optional Lua table, which contains a number of options:
167167
You can use the method [requests.state](#state) to get the textual meaning of these values.
168168

169169

170-
* `timeouts`, an array-like table, `timeouts[1]`, `timeouts[2]` and `timeouts[3]` represents `connect timeout`, `send timeout` and `read timeout` respectively (in seconds).
170+
* `timeouts`, an array-like table, `timeouts[1]`, `timeouts[2]` and `timeouts[3]` represents `connect timeout`, `send timeout` and `read timeout` respectively (in milliseconds).
171171

172172
* `http10` specify whether the `HTTP/1.0` should be used, default verion is `HTTP/1.1`.
173173
* `http20` specify whether the `HTTP/2` should be used, default verion is `HTTP/1.1`.

0 commit comments

Comments
 (0)