mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 22:52:31 +00:00
* New throttle implementation, works to a certain degree but still
needs some work. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@588 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -75,8 +75,6 @@ class CurlGet : public torrent::Http {
|
||||
CurlGet(const CurlGet&);
|
||||
void operator = (const CurlGet&);
|
||||
|
||||
friend size_t curl_get_receive_write(void* data, size_t size, size_t nmemb, void* handle);
|
||||
|
||||
CURL* m_handle;
|
||||
|
||||
CurlStack* m_stack;
|
||||
|
||||
Reference in New Issue
Block a user