Searched refs:apply_send_initial_window_size (Results 1 – 2 of 2) sorted by relevance
360 .apply_send_initial_window_size(*size)?; in recv_settings_frame()
218 pub(crate) fn apply_send_initial_window_size(&mut self, size: u32) -> Result<(), H2Error> { in apply_send_initial_window_size() method