From: Nelson, E. - 2 <eri...@ba...> - 2010-02-04 19:52:53
|
On Thursday, February 04, 2010 2:40 PM, Jeroen Habraken [mailto:vex...@gm...] wrote: > As it's a boost::optional<boost::uint16_t> it first checks whether a port is available in the uri_parts, this is the boolean operator of the optional, reflected by > "parts_.port", and if it is it will return it, "*(parts_.port)". Otherwise it will check the scheme and return > 443 if it is 'https' (case insensitve), and only if that's not the case it will return 80. Okay, thanks |