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

@function

Returns the number of frames in the outbound queue. This does not include the deferred DATA frames.