Home
last modified time | relevance | path

Searched refs:num_stream_max (Results 1 - 2 of 2) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_session.c1634 size_t num_stream_max; in nghttp2_session_adjust_closed_stream() local
1639 num_stream_max = session->pending_local_max_concurrent_stream; in nghttp2_session_adjust_closed_stream()
1641 num_stream_max = session->local_settings.max_concurrent_streams; in nghttp2_session_adjust_closed_stream()
1647 num_stream_max); in nghttp2_session_adjust_closed_stream()
1651 num_stream_max) { in nghttp2_session_adjust_closed_stream()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c1629 size_t num_stream_max; in nghttp2_session_adjust_closed_stream() local
1634 num_stream_max = session->pending_local_max_concurrent_stream; in nghttp2_session_adjust_closed_stream()
1636 num_stream_max = session->local_settings.max_concurrent_streams; in nghttp2_session_adjust_closed_stream()
1642 num_stream_max); in nghttp2_session_adjust_closed_stream()
1646 num_stream_max) { in nghttp2_session_adjust_closed_stream()

Completed in 18 milliseconds