Azure / azure-storage-cpplite

Lite version of C++ Client Library for Microsoft Azure Storage
MIT License
25 stars 44 forks source link

Fix two bugs: HTTP body is left out when retry, reused curl handles' options getting ineffective #41

Closed Jinming-Hu closed 4 years ago

Jinming-Hu commented 4 years ago

Fix a bug: HTTP body is left out when retry. Fix another bug: reused curl handles' options getting ineffective Add dllexport for blob_client_wrapper Refactor CMake Update README Integrate Azure Pipelines Do HMAC-SHA256 with CNG instead of OpenSSL, so that we can drop dependency of OpenSSL on Windows.

Jinming-Hu commented 4 years ago

@katmsft Hi, can you take time to review this PR?

katmsft commented 4 years ago

Thanks for the reminder, approved.

Jinming-Hu commented 4 years ago

@katmsft Hi Tank, I just updated README, can you please take time to review it?