diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-02-21 14:40:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-02-21 14:40:22 +0000 |
commit | 9ac65581bb08dd6f67d249d59bb834a1673d3a89 (patch) | |
tree | ac97977f560406c32fa957fd17368aab0185d75a /docs | |
parent | a4a60afabbd65e674222a6df6ccd09c1b358ab77 (diff) | |
download | curl-9ac65581bb08dd6f67d249d59bb834a1673d3a89.tar.gz |
TFTP transfers are not blocking since 7.20.0
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/libcurl-multi.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/libcurl/libcurl-multi.3 b/docs/libcurl/libcurl-multi.3 index df4416f3f..4ff5f4924 100644 --- a/docs/libcurl/libcurl-multi.3 +++ b/docs/libcurl/libcurl-multi.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al. .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms @@ -138,7 +138,6 @@ the future, you should be aware of the following current restrictions: - Active FTP connections - HTTP proxy CONNECT operations - SOCKS proxy handshakes - - TFTP transfers - file:// transfers - TELNET transfers .fi |