diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-09-09 11:23:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-09-09 11:23:13 +0000 |
commit | 371da7132fa57ef56e1c8dd8994a1f55c1fa39e0 (patch) | |
tree | f011b370ae94b79301ce49818d4c030396b2e5ba /lib | |
parent | 9a3ff5c46abe6ce1707201dff748202e2b336977 (diff) |
remove redundant comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/transfer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/transfer.c b/lib/transfer.c index 800a53535..e95e92d62 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -767,7 +767,6 @@ CURLcode Curl_readwrite(struct connectdata *conn, * the name says read, this function both reads and writes away * the data. The returned 'nread' holds the number of actual * data it wrote to the client. */ - /* Handle chunking here? 08/27/02 jhrg */ CHUNKcode res = Curl_httpchunk_read(conn, k->str, nread, &nread); |