Files
h2/tests/flow_control.rs
2017-08-02 11:43:14 -07:00

22 lines
305 B
Rust

#[test]
#[ignore]
fn expand_window_sends_window_update() {
}
#[test]
#[ignore]
fn expand_window_calls_are_coalesced() {
}
#[test]
#[ignore]
fn recv_data_overflows_window() {
}
#[test]
#[ignore]
fn recv_window_update_causes_overflow() {
// A received window update causes the window to overflow.
}