Fix bug in prioritization (#63)
The stream buffered data counter was never decremented.
This commit is contained in:
@@ -12,6 +12,7 @@ pub struct Ping {
|
||||
}
|
||||
|
||||
impl Ping {
|
||||
#[cfg(feature = "unstable")]
|
||||
pub fn new() -> Ping {
|
||||
Ping {
|
||||
ack: false,
|
||||
|
||||
Reference in New Issue
Block a user