lib/curl/Global: document ToRequest()
This commit is contained in:
parent
2934fc2507
commit
7a0957d713
@ -176,6 +176,10 @@ CurlGlobal::Remove(CurlRequest &r) noexcept
|
|||||||
InvalidateSockets();
|
InvalidateSockets();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Find a request by its CURL "easy" handle.
|
||||||
|
*/
|
||||||
|
gcc_pure
|
||||||
static CurlRequest *
|
static CurlRequest *
|
||||||
ToRequest(CURL *easy) noexcept
|
ToRequest(CURL *easy) noexcept
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user