zephyr/subsys/net/lib
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
..
capture everywhere: replace double words 2024-06-22 05:40:22 -04:00
coap everywhere: replace double words 2024-06-22 05:40:22 -04:00
config net: config: Add support for IPv4 ACD 2024-06-10 00:59:28 -07:00
dhcpv4 net: lib: dhcpv4_server: Fix client ID bug 2024-06-26 05:58:49 -04:00
dhcpv6 net: dhcpv6: Add configurable DUID buffer length 2024-04-03 10:28:20 +03:00
dns net: dns: Avoid superfluous error message 2024-07-02 14:11:15 +02:00
http net: lib: http_server: Respect Connection close header 2024-07-11 13:11:04 -04:00
lwm2m everywhere: replace #if IS_ENABLED() as per docs 2024-06-28 07:20:32 -04:00
mqtt net: mqtt: Fix possible socket leak with websocket transport 2024-07-05 12:29:33 +02:00
mqtt_sn net: Use always zephyr/posix/fcntl.h 2024-03-27 13:40:13 -05:00
ptp net: ptp: fix incorrect req_timestamp decoding 2024-07-01 18:13:42 +02:00
shell net: shell: udp: Check net_pkt_read_u8 result 2024-06-26 08:59:41 -04:00
sntp
sockets net: sockets: Allocate FD after receiving connection in accept() 2024-07-11 13:11:04 -04:00
socks net: socks: Remove socket selection 2024-03-27 13:40:13 -05:00
tftp net: tftp: Use zsock_ API functions 2024-03-27 13:40:13 -05:00
tls_credentials net: tls_credentials: Add missing base64.h header inclusion 2024-05-23 07:47:41 -04:00
trickle net: trickle: Rename interval function 2024-03-19 15:20:14 -05:00
utils
websocket net: lib: websocket: call socket poll for websocket 2024-07-09 14:04:29 +02:00
zperf net: lib: zperf: Fix socket leak during asynchronous TCP upload 2024-06-21 11:38:11 -04:00
CMakeLists.txt net: ptp: Initial PTP library implementation 2024-06-13 05:40:41 -04:00
Kconfig net: ptp: Initial PTP library implementation 2024-06-13 05:40:41 -04:00