mirror of
https://github.com/curl/curl.git
synced 2026-07-25 02:37:18 +03:00
FAQ: language fix in 4.19
This commit is contained in:
parent
53d1e42c41
commit
14f92f2d2c
1 changed files with 1 additions and 1 deletions
2
docs/FAQ
2
docs/FAQ
|
|
@ -1092,7 +1092,7 @@ FAQ
|
|||
|
||||
In such cases, the TCP/IP stack is responsible for detecting when the
|
||||
network connection is irrevocably lost. Since with some protocols it is
|
||||
perfectly legal for the client wait indefinitely for data, the stack may
|
||||
perfectly legal for the client to wait indefinitely for data, the stack may
|
||||
never report a problem, and even when it does, it can take up to 20 minutes
|
||||
for it to detect an issue. The curl option --keepalive-time enables
|
||||
keep-alive support in the TCP/IP stack which makes it periodically probe the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue