aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-01-22 13:52:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2010-01-22 13:52:35 +0000
commit099eed7bf1624857030d74d6073ef19fd9ed1916 (patch)
tree40d318a8faa0d6c4601ce79069e2039f5a31e0df /lib
parentbc253a4d5ff8c744f34d0fa013ec812073253ac3 (diff)
wrap long lines, remove (very old) attribution from code
Diffstat (limited to 'lib')
-rw-r--r--lib/transfer.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index e6b2259f8..f936e2fa0 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -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