Rename AICurlResponderBufferEvents to AIBufferedCurlEasyRequestEvents
Since we changed CurlResponderBuffer to be derived from CurlEasyRequest and therefore changed it's name to BufferedCurlEasyRequest, we should also rename AICurlResponderBufferEvents to AIBufferedCurlEasyRequestEvents. This commit also fixes C++ comment in several places to reflex the previous name change.
This commit is contained in:
@@ -81,7 +81,7 @@ class MultiHandle : public CurlMultiHandle
|
||||
// Store result and trigger events for easy request.
|
||||
void finish_easy_request(AICurlEasyRequest const& easy_request, CURLcode result);
|
||||
// Remove easy request at iter (must exist).
|
||||
// Note that it's possible that a new request from mQueuedRequests is inserted before iter.
|
||||
// Note that it's possible that a new request from a PerHostRequestQueue::mQueuedRequests is inserted before iter.
|
||||
CURLMcode remove_easy_request(addedEasyRequests_type::iterator const& iter, bool as_per_command);
|
||||
|
||||
static int socket_callback(CURL* easy, curl_socket_t s, int action, void* userp, void* socketp);
|
||||
|
||||
Reference in New Issue
Block a user