curl/Request: move struct Pause to class CurlResponseHandler
This commit is contained in:

committed by
Max Kellermann

parent
5d7ff150dd
commit
1e3089ffb7
@@ -146,12 +146,6 @@ public:
|
||||
easy.SetRequestBody(data, size);
|
||||
}
|
||||
|
||||
/**
|
||||
* CurlResponseHandler::OnData() shall throw this to pause the
|
||||
* stream. Call Resume() to resume the transfer.
|
||||
*/
|
||||
struct Pause {};
|
||||
|
||||
void Resume() noexcept;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user