This commit is contained in:
Daniel Stenberg 2002-09-09 11:23:13 +00:00
Родитель 9a3ff5c46a
Коммит 371da7132f
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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);