mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:11:42 +03:00
docs: document attach in INTERNALS.md
The new field in the Curl_handler struct still lacks documentation. This adds it it from the information extracted from lib/urldata.h:797 Closes #7091
This commit is contained in:
parent
f6b325a509
commit
158d26e4fc
1 changed files with 2 additions and 0 deletions
|
|
@ -1024,6 +1024,8 @@ for older and later versions as things don't change drastically that often.
|
|||
`->readwrite` gets called during transfer to allow the protocol to do extra
|
||||
reads/writes
|
||||
|
||||
`->attach` attaches a transfer to the connection.
|
||||
|
||||
`->defport` is the default report TCP or UDP port this protocol uses
|
||||
|
||||
`->protocol` is one or more bits in the `CURLPROTO_*` set. The SSL versions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue