]> granicus.if.org Git - curl/commitdiff
remove redundant comment
authorDaniel Stenberg <daniel@haxx.se>
Mon, 9 Sep 2002 11:23:13 +0000 (11:23 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 9 Sep 2002 11:23:13 +0000 (11:23 +0000)
lib/transfer.c

index 800a535357aede455d62de1d5320d1bf78fb0d52..e95e92d62a48cd60e00e85fccd9543937f6f1d9f 100644 (file)
@@ -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);