]> granicus.if.org Git - curl/commitdiff
comment < 80 columns
authorDaniel Stenberg <daniel@haxx.se>
Mon, 8 Sep 2008 07:39:05 +0000 (07:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Sep 2008 07:39:05 +0000 (07:39 +0000)
lib/transfer.c

index 2cabc3b4fd04dc704776949c0fac2440e3bd4e9b..1e22b2646aa8bef2b62543c0b52115a3fa49b13b 100644 (file)
@@ -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 */
   }