fixup curl_easy_getinfo.md

This commit is contained in:
Daniel Stenberg 2026-03-02 22:41:38 +01:00
parent a70f289dfa
commit e289dc733e
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -305,6 +305,10 @@ RTSP session ID. See CURLINFO_RTSP_SESSION_ID(3)
The scheme used for the connection. See CURLINFO_SCHEME(3)
## CURLINFO_SIZE_DELIVERED
Number of bytes passed to the write callback. See CURLINFO_SIZE_DELIVERED(3)
## CURLINFO_SIZE_DOWNLOAD
(**Deprecated**) Number of bytes downloaded. See CURLINFO_SIZE_DOWNLOAD(3)