commit | 493be790ac6ea85f99ffcfc10c55602e32eedb32 | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Tue May 06 13:24:24 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu May 08 14:01:07 2025 +0200 |
tree | 517be2ac9860c1598d757416f77048bc632ff24e | |
parent | 306faea69a4426358a9b8c57a77f56783eb9666c [diff] |
net: http: client: Fix the body callback processing Response "data_len" field needs to be set with the size of the received data before calling the parser as it's used inside the on_body callback, this commit fixes it. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>