Skip to content

Commit 19beedb

Browse files
committed
fix: get_message_queued returning active_transfers
1 parent 35508fd commit 19beedb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/curl_multi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ namespace curl {
362362

363363
// Implementation of get_message_queued method.
364364
inline int curl_multi::get_message_queued() const NOEXCEPT {
365-
return this->active_transfers;
365+
return this->message_queued;
366366
}
367367

368368
// Implementation of curl_message get_message method.

0 commit comments

Comments
 (0)