Commit 371da713 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

remove redundant comment

parent 9a3ff5c4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);