zephyr/subsys/net/lib/http
Jukka Rissanen 28a46c0f60 net: http: client: Return error if waiting timeout
Return error to the caller if no data was received or there
was some other error. Earlier we did not check the error
condition properly.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-02-28 18:02:34 +00:00
..
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
http_client.c net: http: client: Return error if waiting timeout 2024-02-28 18:02:34 +00: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 net: http: define http service and resource iterable sections 2023-03-08 13:57:13 +00:00
README_http_parser