]> granicus.if.org Git - curl/commitdiff
wrap long lines, remove (very old) attribution from code
authorDaniel Stenberg <daniel@haxx.se>
Fri, 22 Jan 2010 13:52:35 +0000 (13:52 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 22 Jan 2010 13:52:35 +0000 (13:52 +0000)
lib/transfer.c

index e6b2259f81252bd1bcc92ee39b2e85d505a56422..f936e2fa0c535f2d791d977a7a53e700a21b4a7e 100644 (file)
@@ -1124,15 +1124,13 @@ int Curl_single_getsock(const struct connectdata *conn,
 /*
  * Transfer()
  *
- * This function is what performs the actual transfer. It is capable of
- * doing both ways simultaneously.
- * The transfer must already have been setup by a call to Curl_setup_transfer().
+ * This function is what performs the actual transfer. It is capable of doing
+ * both ways simultaneously.  The transfer must already have been setup by a
+ * call to Curl_setup_transfer().
  *
  * Note that headers are created in a preallocated buffer of a default size.
  * That buffer can be enlarged on demand, but it is never shrunken again.
  *
- * Parts of this function was once written by the friendly Mark Butler
- * <butlerm@xmission.com>.
  */
 
 static CURLcode