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