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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| http_client.c | ||
| http_parser.c | ||
| http_parser_url.c | ||
| Kconfig | ||
| README_http_parser | ||