Function libnghttp2_sys::nghttp2_option_set_no_closed_streams[][src]

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

@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.