Searched refs:END_STREAM (Results 1 – 6 of 6) sorted by relevance
28 sending a zero-length DATA frame with END_STREAM set. These35 transition to immortal mode and send the END_STREAM to the server
780 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()
313 uint8_t END_STREAM:1; member
100 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)
248 sent an `END_STREAM`, even though we have sent headers with `END_HEADERS`.
1225 wsi->h2.END_STREAM = wsi->h2.END_HEADERS = 0;