zephyr/subsys/net/lib/http
Robert Lubos 4557d183b9 net: http_client: Set body_start pointer unconditionally
Set `body_start` pointer regardless of the body position in the recv
buffer. In result, the pointer shall indicate correctly position of the
body for each fragment, it's also explicit now that if the pointer is
not set for a fragment, there's no body in that particular fragment.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2022-01-21 11:31:49 -05:00
..
CMakeLists.txt
http_client.c net: http_client: Set body_start pointer unconditionally 2022-01-21 11:31:49 -05:00
http_parser_url.c
http_parser.c net: http: update status if no status text is provided 2021-05-18 11:23:59 -05:00
Kconfig kconfig: net: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
README_http_parser