You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add refcount for HttpMessage and remove ownMessage (aws#166)
*Issue #, if available:*
aws/aws-iot-device-sdk-cpp-v2#146
If the underlying http_message get destroyed before the destructor of HttpMessage, it may crash when the destructor accesses the underlying http_message.
*Description of changes:*
- Keep the underlying http_message alive until the destructor called
0 commit comments