Skip to content

Commit

Permalink
Remove winhttp (Azure#3832)
Browse files Browse the repository at this point in the history
* remove refs to winhttp

* this tsst only curl
  • Loading branch information
gearama authored and LarryOsterman committed Jul 29, 2022
1 parent 97a3f76 commit a336632
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ void SendRequest(std::string target)
curlOptions.SslVerifyPeer = false;
auto implementationClient = std::make_shared<Azure::Core::Http::CurlTransport>(curlOptions);

#elif (BUILD_TRANSPORT_WINHTTP_ADAPTER)
Azure::Core::Http::WinHttpTransportOptions winHttpOptions;
auto implementationClient = std::make_shared<Azure::Core::Http::WinHttpTransport>(winHttpOptions);
#endif
try
{

Expand Down

0 comments on commit a336632

Please sign in to comment.