diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2016-07-26 16:36:29 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-07-26 16:40:12 +0200 |
commit | 17bf323221cf1852457eb29a861e589b5e5e7aa3 (patch) | |
tree | cbeef52dd422ad6adb021180bafb1110b6ec4634 /docs/TODO | |
parent | f3cad5bbf2fa2487061ce0f4a15dc2c334ba410e (diff) |
TODO: minor typo in last commit
merged #931
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -334,7 +334,7 @@ 1.19 Timeout idle connections from the pool libcurl currently keeps connections in its connection pool for an indefinite - period of time, until it eithe rgets reused, gets noticed that it has been + period of time, until it either gets reused, gets noticed that it has been closed by the server or gets pruned to make room for a new connection. To reduce overhead (especially for when we add monitoring of the connections |