projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d95fa64
)
updated the comment for the chunked reading
author
Daniel Stenberg
<daniel@haxx.se>
Mon, 12 Mar 2001 15:21:11 +0000
(15:21 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Mon, 12 Mar 2001 15:21:11 +0000
(15:21 +0000)
lib/transfer.c
patch
|
blob
|
history
diff --git
a/lib/transfer.c
b/lib/transfer.c
index
1407258
..
b65fc54
100644
(file)
--- a/
lib/transfer.c
+++ b/
lib/transfer.c
@@
-577,9
+577,9
@@
Transfer(struct connectdata *c_conn)
/* we're done reading chunks! */
keepon &= ~KEEP_READ; /* read no more */
- /* There are now possibly
bytes at the end of the str buffer
- that weren't written to the client, but we don't care
- about them right now. */
+ /* There are now possibly
N number of bytes at the end of the
+ str buffer that weren't written to the client, but we don't
+
care
about them right now. */
}
/* If it returned OK, we just keep going */
}