Skip to content

Commit 1578b64

Browse files
authored
Nested tls support (aws#208)
* Update submodules to bring in bug fixes required for nested tls (via proxy) * Fix a tls connection options constructor bug wrt setting the allocator
1 parent f97cd13 commit 1578b64

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

source/io/TlsOptions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ namespace Aws
209209
if (options.m_isInit)
210210
{
211211
m_tls_connection_options = options.m_tls_connection_options;
212+
m_allocator = options.m_allocator;
212213
AWS_ZERO_STRUCT(options.m_tls_connection_options);
213214
options.m_isInit = false;
214-
options.m_allocator = options.m_allocator;
215215
}
216216
}
217217

0 commit comments

Comments
 (0)