1
2nghttp2_session_get_last_proc_stream_id
3=======================================
4
5Synopsis
6--------
7
8*#include <nghttp2/nghttp2.h>*
9
10.. function:: int32_t nghttp2_session_get_last_proc_stream_id(nghttp2_session *session)
11
12
13    Returns the last stream ID of a stream for which
14    :type:`nghttp2_on_frame_recv_callback` was invoked most recently.
15    The returned value can be used as last_stream_id parameter for
16    `nghttp2_submit_goaway()` and
17    `nghttp2_session_terminate_session2()`.
18
19    This function always succeeds.
20