diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-09-08 07:39:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-09-08 07:39:05 +0000 |
commit | 387521bb6d7e2e1062c7877247f8d2fd27fbf86d (patch) | |
tree | 99057a9a2234ed15411ceb20f1f53af2f1282e6a /lib | |
parent | a4da82a43bc59d14d93280dbf318779f3619c843 (diff) |
comment < 80 columns
Diffstat (limited to 'lib')
-rw-r--r-- | lib/transfer.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/transfer.c b/lib/transfer.c index 2cabc3b4f..1e22b2646 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -658,9 +658,9 @@ static CURLcode readwrite_data(struct SessionHandle *data, if(((k->keepon & (KEEP_READ|KEEP_WRITE)) == KEEP_WRITE) && conn->bits.close ) { - /* When we've read the entire thing and the close bit is set, the server may - now close the connection. If there's now any kind of sending going on from - our side, we need to stop that immediately. */ + /* When we've read the entire thing and the close bit is set, the server + may now close the connection. If there's now any kind of sending going + on from our side, we need to stop that immediately. */ infof(data, "we are done reading and this is set to close, stop send\n"); k->keepon &= ~KEEP_WRITE; /* no writing anymore either */ } |