Commit 7a0957d7 authored by Max Kellermann's avatar Max Kellermann

lib/curl/Global: document ToRequest()

parent 2934fc25
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment