@@ -50,7 +50,7 @@ void http_full_uri_test(Uri instance,
50
50
const typename Uri::string_type &rest_,
51
51
const typename Uri::string_type &user_info_,
52
52
const typename Uri::string_type &host_,
53
- boost::uint32_t port_,
53
+ boost::uint16_t port_,
54
54
const typename Uri::string_type &path_,
55
55
const typename Uri::string_type &query_,
56
56
const typename Uri::string_type &fragment_) {
@@ -75,7 +75,7 @@ void http_simple_uri_test(Uri instance,
75
75
const typename Uri::string_type &rest_,
76
76
const typename Uri::string_type &user_info_,
77
77
const typename Uri::string_type &host_,
78
- boost::uint32_t port_,
78
+ boost::uint16_t port_,
79
79
const typename Uri::string_type &path_,
80
80
const typename Uri::string_type &query_,
81
81
const typename Uri::string_type &fragment_) {
@@ -95,7 +95,7 @@ template <
95
95
>
96
96
void https_simple_uri_test (Uri instance,
97
97
const typename Uri::string_type &protocol_,
98
- boost::uint32_t port_) {
98
+ boost::uint16_t port_) {
99
99
using namespace boost ::network::uri;
100
100
101
101
BOOST_CHECK (protocol (instance) == protocol_);
@@ -107,7 +107,7 @@ template <
107
107
>
108
108
void http_with_port_test (Uri instance,
109
109
const typename Uri::string_type &host_,
110
- boost::uint32_t port_) {
110
+ boost::uint16_t port_) {
111
111
using namespace boost ::network::uri;
112
112
113
113
BOOST_CHECK (host (instance) == host_);
0 commit comments