zephyr/samples/net/sockets
Robert Lubos eacd745627 samples: net: http_client: Avoid parallel IPv4/IPv6 sessions
Apparently the simple python HTTPS server the sample is interfacing,
cannot handle parallel TLS sessions (just one at a time), hence
establishing both IPv4/6 connections before sending request doesn't work
well, half of the requests are dropped. Therefore, modify the sample a
little to run only one TLS (or TCP if no TLS is used) connection at a
time.

Additionally, add a log in case HTTP client request fails, as it could
easily be overlooked if something went wrong.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2025-07-23 09:31:49 +02:00
..
big_http_download
can
coap_client
coap_download net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
coap_server net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
dumb_http_server boards: shields: Add shield for NXP ADTJA1101 Ethernet Adapter 2025-06-12 15:04:32 -07:00
dumb_http_server_mt net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
echo
echo_async
echo_async_select
echo_client net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
echo_server linker_script: Remove some remaining SUBALIGN in iterable sections 2025-07-07 10:07:56 -05:00
echo_service
http_client samples: net: http_client: Avoid parallel IPv4/IPv6 sessions 2025-07-23 09:31:49 +02:00
http_get
http_server linker_script: Remove all SUBALIGN usage for iterable sections 2025-06-17 16:06:21 +02:00
net_mgmt net: socket: mgmt: Fix function signature 2025-07-04 14:21:23 -10:00
packet net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
sntp_client
socketpair samples: net: socketpair: ensure integration platform is on allow list 2025-06-14 12:37:06 -04:00
tcp
txtime net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
websocket_client
sockets.rst