Remove TODO for counting of bytes that was already done (#1838)
This commit is contained in:
@@ -144,7 +144,6 @@ impl<'a> Response<'a> {
|
||||
|
||||
pub const SEND_CHANNEL_CAP: usize = 10;
|
||||
|
||||
// TODO count sent and received
|
||||
pub struct Tracker {
|
||||
/// Bytes we've sent.
|
||||
pub sent_bytes: Arc<RwLock<u64>>,
|
||||
|
||||
Reference in New Issue
Block a user