mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
modules/media/preview_url: Quash TODO for net::hostport service.
This commit is contained in:
parent
8d6dfa7cd5
commit
16e800974e
1 changed files with 1 additions and 2 deletions
|
@ -139,8 +139,7 @@ request_url(const string_view &urle)
|
|||
|
||||
const net::hostport remote
|
||||
{
|
||||
//TODO: fix services translation in net::dns::
|
||||
host, {}, service == "https"? uint16_t(443) : uint16_t(80)
|
||||
host, service
|
||||
};
|
||||
|
||||
server::request::opts sopts;
|
||||
|
|
Loading…
Reference in a new issue