lib/curl/Request: move code to SetupEasy()

This commit is contained in:
Max Kellermann
2021-12-07 11:56:52 +01:00
committed by Max Kellermann
parent 8d8b77412d
commit 5cf6032c90
2 changed files with 14 additions and 6 deletions

View File

@@ -154,6 +154,8 @@ public:
void Done(CURLcode result) noexcept;
private:
void SetupEasy();
/**
* Frees the current "libcurl easy" handle, and everything
* associated with it.