forked fromglynos/cpp-netlib
- Notifications
You must be signed in to change notification settings - Fork425
Closed
Milestone
Description
There is an issue in swap(uri &other) - swapping uri_parts_ invalidates them and when calling scheme() it crashes. It happens on invalid URL like "http://abcde.om". Here is a sample code that causes crash:
boost::network::http::client::request r;r.uri("http://abcde.om");auto s = r.uri().scheme();Metadata
Metadata
Assignees
Labels
No labels