Fix bug: duplicate http headers on retry

This commit is contained in:
Jinming Hu 2020-03-07 12:48:08 +08:00 коммит произвёл Vincent Jiang (LEI)
Родитель 26ffacb139
Коммит efa76b8311
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -70,6 +70,7 @@ namespace azure { namespace storage_lite {
std::shared_ptr<executor_context> context,
std::shared_ptr<retry_context> retry)
{
http->reset();
http->set_error_stream([](http_base::http_code) { return true; }, storage_iostream::create_storage_stream());
request->build_request(*account, *http);