zephyr/subsys/net/lib/http
Gerhard Jörges 9d0d7ad3b8 net: lib: http_server: implement concurrent
only accept new connections until the configured value for concurrent
connections is reached. Also set the backlog of the listening socket
to the configured value.

Signed-off-by: Gerhard Jörges <joerges@metratec.com>
2025-04-09 17:32:50 +02:00
..
headers
CMakeLists.txt
http_client.c
http_compression.c
http_hpack.c
http_huffman.c
http_parser_url.c
http_parser.c
http_server_core.c
http_server_http1.c
http_server_http2.c
http_server_ws.c
iterables_content_type.ld
iterables_header_capture.ld
Kconfig
README_http_parser