]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: document attach in INTERNALS.md
authorEmil Engler <me@emilengler.com>
Tue, 18 May 2021 16:05:54 +0000 (18:05 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 18 May 2021 22:38:10 +0000 (00:38 +0200)
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

docs/INTERNALS.md

index 11ca33e50a35b8aa540a21df8d44db26f43021c7..02ac0d0a74d5209c2392a8576786220966f1bc32 100644 (file)
@@ -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