awslabs / aws-crt-cpp

C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Apache License 2.0
74 stars 65 forks source link

Fix HTTP proxy bug in Mqtt5ClientBuilder #644

Closed elryno closed 1 month ago

elryno commented 1 month ago

The Mqtt5ClientBuilder does not properly set the Mqtt5ClientOptions m_options field in the non-WebSocket case of the Build() function. Handle this case.

bretambrose commented 1 month ago

Merged in https://github.com/awslabs/aws-crt-cpp/pull/647