Fix bug in prioritization (#63)
The stream buffered data counter was never decremented.
This commit is contained in:
@@ -30,6 +30,4 @@ pub type PingPayload = [u8; 8];
|
||||
pub type WindowSize = u32;
|
||||
|
||||
// Constants
|
||||
// TODO: Move these into `frame`
|
||||
pub const DEFAULT_INITIAL_WINDOW_SIZE: WindowSize = 65_535;
|
||||
pub const MAX_WINDOW_SIZE: WindowSize = (1 << 31) - 1;
|
||||
|
||||
Reference in New Issue
Block a user