Home
last modified time | relevance | path

Searched refs:http1_headers_sent (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c52 client->http1_headers_sent = true; in send_http1_error_common()
168 client->http1_headers_sent = true; in handle_http1_static_resource()
301 if (client->http1_headers_sent && (rsp->header_count > 0 || rsp->status != 0)) { in http1_dynamic_response()
306 if (!client->http1_headers_sent) { in http1_dynamic_response()
318 client->http1_headers_sent = true; in http1_dynamic_response()
446 if (!client->http1_headers_sent) { in dynamic_post_put_req()
554 client->http1_headers_sent = true; in handle_http1_static_fs_resource()
618 client->http1_headers_sent = true; in handle_http1_dynamic_resource()
897 client->http1_headers_sent = false; in enter_http1_request()
1010 client->http1_headers_sent = true; in handle_http1_request()
[all …]
Dhttp_server_ws.c73 client->http1_headers_sent = true; in handle_http1_to_websocket_upgrade()
Dhttp_server_http2.c1081 client->http1_headers_sent = true; in handle_http1_to_http2_upgrade()
/Zephyr-latest/include/zephyr/net/http/
Dserver.h497 bool http1_headers_sent : 1; member