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 cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
http_client.c net: http: Use poll for http timeout instead of shutdown 2023-01-24 14:50:11 +01:00
http_parser.c include: net: http: rename http_x.h http/x.h 2022-10-12 09:02:21 -04:00
http_parser_url.c include: net: http: rename http_x.h http/x.h 2022-10-12 09:02:21 -04:00
Kconfig kconfig: net: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
README_http_parser docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00