Home
last modified time | relevance | path

Searched refs:NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_http.c525 NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE); in nghttp2_http_on_response_headers()
532 ~NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE); in nghttp2_http_on_response_headers()
559 if (stream->http_flags & NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE) { in nghttp2_http_on_remote_end_stream()
575 if ((stream->http_flags & NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE) || in nghttp2_http_on_data_chunk()
A Dnghttp2_stream.h133 NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE = 1 << 14 enumerator
A Dnghttp2_session.c107 (stream->http_flags & NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE) == 0; in session_trailer_headers()
3872 NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE) { in session_after_header_block_received()

Completed in 16 milliseconds