You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
net: lib: download_client: fix errors in retry mechanism
Depending on when the socket error happened, a partial buffer was
sometimes left behind causing the retry to fail immediately.
If the failure happens when there is a partial fragment in the buffer,
hand it to the application first if necessary, then clear the buffer
before restarting.
Signed-off-by: Justin Brzozoski <[email protected]>
Signed-off-by: Emanuele Di Santo <[email protected]>
0 commit comments