mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
wrap long lines, remove (very old) attribution from code
This commit is contained in:
parent
bc253a4d5f
commit
099eed7bf1
@ -1124,15 +1124,13 @@ int Curl_single_getsock(const struct connectdata *conn,
|
|||||||
/*
|
/*
|
||||||
* Transfer()
|
* Transfer()
|
||||||
*
|
*
|
||||||
* This function is what performs the actual transfer. It is capable of
|
* This function is what performs the actual transfer. It is capable of doing
|
||||||
* doing both ways simultaneously.
|
* both ways simultaneously. The transfer must already have been setup by a
|
||||||
* The transfer must already have been setup by a call to Curl_setup_transfer().
|
* call to Curl_setup_transfer().
|
||||||
*
|
*
|
||||||
* Note that headers are created in a preallocated buffer of a default size.
|
* 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.
|
* 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
|
static CURLcode
|
||||||
|
Loading…
Reference in New Issue
Block a user