Remove TODO for counting of bytes that was already done (#1838)

This commit is contained in:
eupn 2018-10-25 16:57:53 +03:00 committed by hashmap
parent ab7a59b1c2
commit 711fad6c24

View file

@ -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>>,