pub unsafe extern "C" fn nghttp2_option_set_no_closed_streams(
    option: *mut nghttp2_option,
    val: c_int
)
Expand description

@function

This option prevents the library from retaining closed streams to maintain the priority tree. If this option is set to nonzero, applications can discard closed stream completely to save memory.