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
Fix NetworkWinHttp error for pending requests. (#1052)
When network destroyed, all pending requests callbacks should receive
OFFLINE_ERROR. To process them correctly, we need to stop
CompletionThread before closing WinHttp handles. Otherwise, it will
treat all pending requests as cancelled.
Resolves: OLPEDGE-2247
Signed-off-by: Kostiantyn Zvieriev <ext-kostiantyn.zvieriev@here.com>
0 commit comments