Home
last modified time | relevance | path

Searched refs:end_stream_sent (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http2.c89 client->streams[i].end_stream_sent = false; in allocate_http_stream_context()
447 client->current_stream->end_stream_sent = true; in handle_http2_static_resource()
549 client->current_stream->end_stream_sent = true; in handle_http2_static_fs_resource()
591 client->current_stream->end_stream_sent = true; in http2_dynamic_response()
606 client->current_stream->end_stream_sent = true; in http2_dynamic_response()
657 if (!client->current_stream->end_stream_sent) { in dynamic_get_del_req_v2()
658 client->current_stream->end_stream_sent = true; in dynamic_get_del_req_v2()
745 if (frame->length == 0 && !client->current_stream->end_stream_sent && in dynamic_post_put_req_v2()
761 client->current_stream->end_stream_sent = true; in dynamic_post_put_req_v2()
1522 } else if (!client->current_stream->end_stream_sent) { in handle_http_frame_headers_end_stream()
/Zephyr-latest/include/zephyr/net/http/
Dserver.h363 bool end_stream_sent : 1; member