Skip to content

Commit

Permalink
Update lib/http/HttpClient_WinInet.cpp
Browse files Browse the repository at this point in the history
Co-Authored-By: Reiley Yang <reyang@microsoft.com>
  • Loading branch information
maxgolov and reyang authored Mar 10, 2020
1 parent 0dd5a72 commit 1d2fb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/http/HttpClient_WinInet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ class WinInetRequestWrapper
onRequestComplete(ERROR_INTERNET_OPERATION_CANCELLED);
return;
}
// Async request has been queued in WinInet thread pool
// Async request has been queued in WinInet thread pool
}

static void CALLBACK winInetCallback(HINTERNET hInternet, DWORD_PTR dwContext, DWORD dwInternetStatus, LPVOID lpvStatusInformation, DWORD dwStatusInformationLength)
Expand Down

0 comments on commit 1d2fb29

Please sign in to comment.