Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http2.c87 client->streams[i].headers_sent = false; in allocate_http_stream_context()
380 client->current_stream->headers_sent = true; in handle_http2_static_resource()
468 client->current_stream->headers_sent = true; in handle_http2_static_fs_resource()
505 if (client->current_stream->headers_sent && (rsp->header_count > 0 || rsp->status != 0)) { in http2_dynamic_response()
510 if (!client->current_stream->headers_sent) { in http2_dynamic_response()
539 client->current_stream->headers_sent = true; in http2_dynamic_response()
687 if (client->current_stream->headers_sent) { in dynamic_post_put_req_v2()
1427 if (!client->current_stream->headers_sent) { in handle_http_frame_headers_end_stream()
/Zephyr-latest/include/zephyr/net/http/
Dserver.h349 bool headers_sent : 1; member