Home
last modified time | relevance | path

Searched refs:END_STREAM (Results 1 – 9 of 9) sorted by relevance

/third_party/libwebsockets/READMEs/
DREADME.h2-long-poll.md28 sending a zero-length DATA frame with END_STREAM set. These
35 transition to immortal mode and send the END_STREAM to the server
/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c839 h2n->swsi->h2.END_STREAM = 1; in lws_h2_do_pps_send()
1249 if (h2n->swsi && !h2n->swsi->h2.END_STREAM && in lws_h2_parse_frame_header()
1359 h2n->swsi->h2.END_STREAM = in lws_h2_parse_frame_header()
1362 h2n->swsi->h2.END_STREAM); in lws_h2_parse_frame_header()
1717 if (h2n->swsi->h2.END_STREAM) in lws_h2_parse_end_of_frame()
1722 if (h2n->swsi->h2.END_STREAM) in lws_h2_parse_end_of_frame()
1815 h2n->swsi->h2.END_STREAM && in lws_h2_parse_end_of_frame()
1823 if (h2n->swsi->h2.END_STREAM && in lws_h2_parse_end_of_frame()
1828 if (h2n->swsi->h2.END_STREAM && in lws_h2_parse_end_of_frame()
Dprivate-lib-roles-h2.h314 uint8_t END_STREAM:1; member
Dops-h2.c898 if (!wsi->http.content_length_given && !wsi->h2.END_STREAM) in lws_h2_bind_for_post_before_action()
/third_party/grpc/doc/
DPROTOCOL-HTTP2.md102 For requests, **EOS** (end-of-stream) is indicated by the presence of the END_STREAM flag on the la…
119 For responses end-of-stream is indicated by the presence of the END_STREAM flag on the last receive…
158 DATA (flags = END_STREAM)
171 HEADERS (flags = END_STREAM, END_HEADERS)
/third_party/nghttp2/
DREADME.rst476 ; END_STREAM | END_HEADERS | PRIORITY
513 ; END_STREAM
528 ; END_STREAM
601 ; END_STREAM
622 ; END_STREAM
711 ; END_STREAM | END_HEADERS | PRIORITY
728 ; END_STREAM
/third_party/libwebsockets/lib/core-net/
Dclose.c926 wsi->h2.END_STREAM = wsi->h2.END_HEADERS = 0; in __lws_close_free_wsi_final()
/third_party/libwebsockets/lib/secure-streams/
DREADME.md595 sent an `END_STREAM`, even though we have sent headers with `END_HEADERS`.
/third_party/node/doc/api/
Dhttp2.md1143 Set the `true` if the `END_STREAM` flag was set in the request or response