From 371da7132fa57ef56e1c8dd8994a1f55c1fa39e0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 9 Sep 2002 11:23:13 +0000 Subject: remove redundant comment --- lib/transfer.c | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v1.2.3