zephyr/subsys/net
Robert Lubos 086faa56aa net: lib: http_server: Clear http1_headers_sent flag on new request
http1_headers_sent flag has to be cleared when entering
HTTP_SERVER_REQUEST_STATE and not only on the client init. Otherwise,
serving multiple HTTP1 POST requests over the same connection does not
work as intended (headers were not sent for the second and further
requests).

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-08-12 15:54:03 +02:00
..
conn_mgr net: lib: fix typo 2024-07-12 09:33:20 -04:00
ip net: ipv6: route: get nexthop's LL address only if relevant 2024-08-08 15:37:32 +02:00
l2 net: wifi_utils: correct channel scan range in Wi-Fi 6GHz 2024-08-09 08:36:22 -04:00
lib net: lib: http_server: Clear http1_headers_sent flag on new request 2024-08-12 15:54:03 +02: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 net: hostname: Add a function to set the hostname postfix as is. 2024-07-28 07:28:51 +03: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