summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-09-09 11:23:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-09-09 11:23:13 +0000
commit371da7132fa57ef56e1c8dd8994a1f55c1fa39e0 (patch)
treef011b370ae94b79301ce49818d4c030396b2e5ba
parent9a3ff5c46abe6ce1707201dff748202e2b336977 (diff)
downloadgnurl-371da7132fa57ef56e1c8dd8994a1f55c1fa39e0.tar.gz
gnurl-371da7132fa57ef56e1c8dd8994a1f55c1fa39e0.tar.bz2
gnurl-371da7132fa57ef56e1c8dd8994a1f55c1fa39e0.zip
remove redundant comment
-rw-r--r--lib/transfer.c1
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);