0
0
Fork 0
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:
Jason Volk 2020-03-24 09:57:27 -07:00
parent 8d6dfa7cd5
commit 16e800974e

View file

@ -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;