zephyr/subsys/net/lib
Robert Lubos 4625fa713f net: mqtt: Fix possible socket leak with websocket transport
In case underlying TCP/TLS connection is already down, the
websocket_disconnect() call is expected to fail, as it involves
communication. Therefore, mqtt_client_websocket_disconnect() should not
quit early in such cases, as it could lead to an underlying socket leak.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-07-05 12:29:33 +02: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: Fix possible NULL pointer dereference 2024-06-24 12:41:22 -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 net: lib: sntp_simple: add a function to use with ip address 2024-02-28 18:03:53 +00:00
sockets Revert "net: sockets: move poll implementation to zvfs" 2024-07-03 15:03:05 -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 fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +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