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

wrap long lines, remove (very old) attribution from code

parent bc253a4d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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