-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net: lib: downloader: fix issue when header is not parsed at once #20020
net: lib: downloader: fix issue when header is not parsed at once #20020
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: a65704208310689b905dec71aa75c03ac13f40bd more detailssdk-nrf:
Github labels
List of changed files detected by CI (2)
Outputs:ToolchainVersion: 342151af73 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
62aacdc
to
6e516c9
Compare
Removing changelog entry as the downloader library is new for this release and there is no need to highlight fixes. |
http.c:218 |
Thank you, will update! |
6e516c9
to
8c850ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
89a3ad5
to
c713865
Compare
Fix issue with buffer offset when header is not parsed at once. This could result in data being lost in the downloaded file. Signed-off-by: Eivind Jølsgard <[email protected]>
c713865
to
a657042
Compare
Fix issue with buffer offset when header is not parsed at once. This could result in data being lost in the downloaded file.