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.c88 client->streams[i].end_stream_sent = false; in allocate_http_stream_context()
390 client->current_stream->end_stream_sent = true; in handle_http2_static_resource()
488 client->current_stream->end_stream_sent = true; in handle_http2_static_fs_resource()
529 client->current_stream->end_stream_sent = true; in http2_dynamic_response()
546 client->current_stream->end_stream_sent = true; in http2_dynamic_response()
597 if (!client->current_stream->end_stream_sent) { in dynamic_get_del_req_v2()
598 client->current_stream->end_stream_sent = true; in dynamic_get_del_req_v2()
685 if (frame->length == 0 && !client->current_stream->end_stream_sent && in dynamic_post_put_req_v2()
701 client->current_stream->end_stream_sent = true; in dynamic_post_put_req_v2()
1435 } else if (!client->current_stream->end_stream_sent) { in handle_http_frame_headers_end_stream()
/Zephyr-latest/include/zephyr/net/http/
Dserver.h352 bool end_stream_sent : 1; member