Searched refs:END_STREAM (Results 1 – 9 of 9) 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
839 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()
314 uint8_t END_STREAM:1; member
898 if (!wsi->http.content_length_given && !wsi->h2.END_STREAM) in lws_h2_bind_for_post_before_action()
102 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)
476 ; END_STREAM | END_HEADERS | PRIORITY513 ; END_STREAM528 ; END_STREAM601 ; END_STREAM622 ; END_STREAM711 ; END_STREAM | END_HEADERS | PRIORITY728 ; END_STREAM
926 wsi->h2.END_STREAM = wsi->h2.END_HEADERS = 0; in __lws_close_free_wsi_final()
595 sent an `END_STREAM`, even though we have sent headers with `END_HEADERS`.
1143 Set the `true` if the `END_STREAM` flag was set in the request or response