Azure / azure-storage-cpp

Microsoft Azure Storage Client Library for C++
http://azure.github.io/azure-storage-cpp
Apache License 2.0
132 stars 147 forks source link

Fix an issue of invalid block list when uploading a block blob #233

Closed EmmaZhu closed 5 years ago

EmmaZhu commented 5 years ago
  1. Fix an issue of invalid block list when uploading a block blob
  2. Throw out exception caught before the async uploading task is really started
JasonYang-MSFT commented 5 years ago

@vinjiang, Can you merge this PR?