Home
last modified time | relevance | path

Searched refs:http_flags (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_http.c92 if (stream->http_flags & flag) { in check_pseudo_header()
98 stream->http_flags = (uint16_t)(stream->http_flags | flag); in check_pseudo_header()
157 if (stream->http_flags & in http_request_on_header()
194 stream->http_flags |= NGHTTP2_HTTP_FLAG_SCHEME_HTTP; in http_request_on_header()
488 if (stream->http_flags & NGHTTP2_HTTP_FLAG_METH_CONNECT) { in nghttp2_http_on_request_headers()
496 (stream->http_flags & in nghttp2_http_on_request_headers()
508 stream->http_flags &= NGHTTP2_HTTP_FLAG_METH_ALL; in nghttp2_http_on_request_headers()
523 stream->http_flags = in nghttp2_http_on_response_headers()
531 stream->http_flags = (uint16_t)(stream->http_flags & in nghttp2_http_on_response_headers()
536 } else if (stream->http_flags & in nghttp2_http_on_response_headers()
[all …]
A Dnghttp2_stream.h208 uint16_t http_flags; member
A Dnghttp2_stream.c96 stream->http_flags = NGHTTP2_HTTP_FLAG_NONE; in nghttp2_stream_init()
A Dnghttp2_session.c107 (stream->http_flags & NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE) == 0; in session_trailer_headers()
3871 if (stream->http_flags & in session_after_header_block_received()
7538 stream->http_flags |= NGHTTP2_HTTP_FLAG_METH_UPGRADE_WORKAROUND; in nghttp2_session_upgrade()
7560 stream->http_flags |= NGHTTP2_HTTP_FLAG_METH_HEAD; in nghttp2_session_upgrade2()

Completed in 21 milliseconds