Home
last modified time | relevance | path

Searched refs:current_stream (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http2.c366 if (client->current_stream == NULL) { in handle_http2_static_resource()
380 client->current_stream->headers_sent = true; in handle_http2_static_resource()
390 client->current_stream->end_stream_sent = true; in handle_http2_static_resource()
420 if (client->current_stream == NULL) { in handle_http2_static_fs_resource()
468 client->current_stream->headers_sent = true; in handle_http2_static_fs_resource()
488 client->current_stream->end_stream_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()
529 client->current_stream->end_stream_sent = true; in http2_dynamic_response()
539 client->current_stream->headers_sent = true; in http2_dynamic_response()
[all …]
Dhttp_server_core.c415 client->current_stream = NULL; in init_client_ctx()
/Zephyr-latest/include/zephyr/net/http/
Dserver.h383 struct http2_stream_ctx *current_stream; member
424 struct http2_stream_ctx *current_stream; member