Skip to content

Commit fdd90ab

Browse files
committed
grammar is nice
1 parent 86971b1 commit fdd90ab

File tree

1 file changed

+1
-1
lines changed
  • docs/reference/transport/rest5-client/config

1 file changed

+1
-1
lines changed

docs/reference/transport/rest5-client/config/timeouts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
You can set timeouts when building the `Rest5Client`:
44

55
- The **connect timeout** is the maximum time for establishing a TCP connection, including the TLS handshake. The connect timeout is set on `ConnectionConfig`.
6-
- The **socket timeout** is the maximum idle time waiting for I/O on an established socket. The socket timeout is set on `ConnectionConfig`.
6+
- The **socket timeout** is the maximum time to wait for I/O on an established socket. The socket timeout is set on `ConnectionConfig`.
77
- The **response timeout** is the maximum period to wait for response data. The response timeout is set on `RequestConfig`.
88
- The **connection request timeout** is the maximum time for leasing a connection from the pool. The connection request timeout is set on `RequestConfig`.
99

0 commit comments

Comments
 (0)