zephyr/subsys/net/lib/http
Wouter Cappelle aaefd3db7e net: http: Use poll for http timeout instead of shutdown
Change the http timeout mechanism to use poll instead of shutdown.
This should fix a problem where the shutdown will be called in a
different thread context which can lead to deadlocks on certain
driver implementations like offloaded modem drivers.
Fixes #53967

Signed-off-by: Wouter Cappelle <wouter.cappelle@crodeon.com>
2023-01-24 14:50:11 +01:00
..
CMakeLists.txt
http_client.c net: http: Use poll for http timeout instead of shutdown 2023-01-24 14:50:11 +01:00
http_parser_url.c include: net: http: rename http_x.h http/x.h 2022-10-12 09:02:21 -04:00
http_parser.c include: net: http: rename http_x.h http/x.h 2022-10-12 09:02:21 -04:00
Kconfig
README_http_parser