[][src]Function libnghttp2_sys::nghttp2_session_get_stream_local_close

pub unsafe extern "C" fn nghttp2_session_get_stream_local_close(
    session: *mut nghttp2_session,
    stream_id: i32
) -> c_int

@function

Returns 1 if local peer half closed the given stream |stream_id|. Returns 0 if it did not. Returns -1 if no such stream exists.