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:
01387f4
)
Transfer-Encoding: needs 17 bytes passed, not 18
author
Daniel Stenberg
<daniel@haxx.se>
Mon, 28 Oct 2002 21:52:27 +0000
(21:52 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Mon, 28 Oct 2002 21:52:27 +0000
(21:52 +0000)
lib/transfer.c
patch
|
blob
|
history
diff --git
a/lib/transfer.c
b/lib/transfer.c
index bc7ff432628a7667cff8a96a054a96e05be68e4b..8fd421aaea03ebde9578fa2654539404b935cab0 100644
(file)
--- a/
lib/transfer.c
+++ b/
lib/transfer.c
@@
-609,7
+609,7
@@
CURLcode Curl_readwrite(struct connectdata *conn,
char *start;
/* Find the first non-space letter */
- for(start=k->p+1
8
;
+ for(start=k->p+1
7
;
*start && isspace((int)*start);
start++);