Skip to content
Snippets Groups Projects
Commit 387521bb authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

comment < 80 columns

parent a4da82a4
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment