Fix bug in prioritization (#63)

The stream buffered data counter was never decremented.
This commit is contained in:
Carl Lerche
2017-09-07 14:12:21 -07:00
committed by GitHub
parent 09744f38ef
commit 38bbf30b2f
9 changed files with 186 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ pub struct Ping {
}
impl Ping {
#[cfg(feature = "unstable")]
pub fn new() -> Ping {
Ping {
ack: false,