pub unsafe extern "C" fn nghttp2_session_get_local_window_size(
    session: *mut nghttp2_session
) -> i32
Expand description

@function

Returns the amount of flow-controlled payload (e.g., DATA) that the remote endpoint can send without receiving connection level WINDOW_UPDATE frame. Note that each stream is still subject to the stream level flow control (see nghttp2_session_get_stream_local_window_size()).

This function returns -1 if it fails.