Skip to content

Commit 59447d4

Browse files
authored
Fixing missing return when singleton null (microsoft#478)
1 parent bdb1421 commit 59447d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/HTTP/httpcall.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ void retry_http_call_until_done(
376376
{
377377
HC_TRACE_WARNING(HTTPCLIENT, "Http call after HCCleanup was called. Aborting call.");
378378
XAsyncComplete(retryContext->outerAsyncBlock, E_HC_NOT_INITIALISED, 0);
379+
return;
379380
}
380381

381382
auto requestStartTime = chrono_clock_t::now();

0 commit comments

Comments
 (0)