Searched refs:NGHTTP2_STREAM_CLOSING (Results 1 – 2 of 2) sorted by relevance
61 NGHTTP2_STREAM_CLOSING, enumerator
908 stream->state = NGHTTP2_STREAM_CLOSING; in nghttp2_session_add_item()1588 case NGHTTP2_STREAM_CLOSING: in session_predicate_response_headers_send()1674 case NGHTTP2_STREAM_CLOSING: in session_predicate_headers_send()1728 if (stream->state == NGHTTP2_STREAM_CLOSING) { in session_predicate_push_promise_send()1771 if (stream->state == NGHTTP2_STREAM_CLOSING) { in session_predicate_window_update_send()1797 if (stream->state == NGHTTP2_STREAM_CLOSING) { in session_predicate_altsvc_send()1871 if (stream->state == NGHTTP2_STREAM_CLOSING) { in nghttp2_session_predicate_data_send()1883 if (stream->state == NGHTTP2_STREAM_CLOSING) { in nghttp2_session_predicate_data_send()4145 if (stream->state != NGHTTP2_STREAM_CLOSING) { in nghttp2_session_on_headers_received()4981 if (stream->state == NGHTTP2_STREAM_CLOSING) { in nghttp2_session_on_altsvc_received()[all …]
Completed in 14 milliseconds