mirror of
https://github.com/curl/curl.git
synced 2026-07-23 03:07:15 +03:00
remove redundant comment
This commit is contained in:
parent
9a3ff5c46a
commit
371da7132f
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue