完善ipv6支持

This commit is contained in:
ziyue
2022-05-08 17:06:10 +08:00
parent a44334acaf
commit d037acbf62
4 changed files with 6 additions and 12 deletions

View File

@@ -159,7 +159,7 @@ public:
std::string _full_url;
std::string _schema;
std::string _host;
std::string _port;
uint16_t _port = 0;
std::string _vhost;
std::string _app;
std::string _streamid;