parent
ffd0860e00
commit
b4fa6b835a
@ -2,8 +2,14 @@
|
||||
|
||||
## 12.0.0-beta.11 (Unreleased)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
- Removed `Azure::PagedResponse<T>`.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Fixed a stream leak issue in `ReliableStream`.
|
||||
|
||||
## 12.0.0-beta.10 (2021-04-16)
|
||||
|
||||
### New Features
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Azure { namespace Storage { namespace _internal {
|
||||
// forget about the inner stream. We will need to request a new one
|
||||
// As m_inner is unique_pr, it will be destructed on reassignment (cleaning up network
|
||||
// session).
|
||||
this->m_inner.release();
|
||||
this->m_inner.reset();
|
||||
(void)e; // todo: maybe log the exception in the future?
|
||||
if (intent == this->m_options.MaxRetryRequests)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user