Home
last modified time | relevance | path

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

/external/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
/external/libwebsockets/lib/roles/h2/
Dhttp2.c780 h2n->swsi->h2.END_STREAM = 1; in lws_h2_do_pps_send()
1176 if (h2n->swsi && !h2n->swsi->h2.END_STREAM && in lws_h2_parse_frame_header()
1269 h2n->swsi->h2.END_STREAM = in lws_h2_parse_frame_header()
1272 h2n->swsi->h2.END_STREAM); in lws_h2_parse_frame_header()
1573 if (h2n->swsi->h2.END_STREAM) in lws_h2_parse_end_of_frame()
1578 if (h2n->swsi->h2.END_STREAM) in lws_h2_parse_end_of_frame()
1645 h2n->swsi->h2.END_STREAM && in lws_h2_parse_end_of_frame()
1653 if (h2n->swsi->h2.END_STREAM && in lws_h2_parse_end_of_frame()
1658 if (h2n->swsi->h2.END_STREAM && in lws_h2_parse_end_of_frame()
Dprivate-lib-roles-h2.h313 uint8_t END_STREAM:1; member
/external/grpc-grpc/doc/
DPROTOCOL-HTTP2.md100 For requests, **EOS** (end-of-stream) is indicated by the presence of the END_STREAM flag on the la…
117 For responses end-of-stream is indicated by the presence of the END_STREAM flag on the last receive…
156 DATA (flags = END_STREAM)
169 HEADERS (flags = END_STREAM, END_HEADERS)
/external/libwebsockets/lib/secure-streams/
DREADME.md248 sent an `END_STREAM`, even though we have sent headers with `END_HEADERS`.
/external/libwebsockets/lib/roles/http/client/
Dclient-handshake.c1225 wsi->h2.END_STREAM = wsi->h2.END_HEADERS = 0;