zephyr/subsys/net
Robert Lubos 5251533f97 net: lib: http_server: Respect Connection close header
In case no "Connection: close" header is present in the request, the
server should keep the connection open for the client. Hence, after
serving a request, we need to check if the header was present (the
parser sets a flag for it), and only close the connection immediately,
if the client requested it. In case the client remains silent, the
connection will be closed anyway after the inactivity timer kicks in.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-07-11 13:11:04 -04:00
..
conn_mgr net: conn_mgr: Add IPv4 and IPv6 tracking 2024-06-10 00:59:34 -07:00
ip wifi_nm: Fix Wi-Fi interface backward compatibility 2024-07-09 13:07:11 -04:00
l2 net: ethernet: check vlan iface existence 2024-07-10 11:35:46 +02:00
lib net: lib: http_server: Respect Connection close header 2024-07-11 13:11:04 -04:00
pkt_filter
buf_simple.c net: buf: Add const to net_buf API 2024-07-08 16:02:39 +02:00
buf.c net: buf: Add const to net_buf API 2024-07-08 16:02:39 +02:00
CMakeLists.txt
hostname.c logging: net: update hostname 2024-01-17 14:42:58 +01:00
Kconfig
Kconfig.hostname net: add set hostname function 2024-01-17 14:42:58 +01:00
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net