Skip to content

boost::network::uri::authority part extract does not work without port #364

@fttrobin

Description

@fttrobin

Let's consider the following URL:

boost::network::uri::uri url;
boost::network::uri::schemes::http(url) << boost::network::uri::host("my.awesome.server.com");

then the request:

boost::network::uri::authority(url)

will return only the scheme part:

"http://"

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions