@@ -13,6 +13,7 @@ namespace boost { namespace network { namespace http { namespace tags {
13
13
struct http {};
14
14
struct keepalive {};
15
15
struct simple {};
16
+ struct server {};
16
17
17
18
using namespace boost ::network::tags;
18
19
@@ -25,8 +26,8 @@ namespace boost { namespace network { namespace http { namespace tags {
25
26
typedef mpl::vector<http, keepalive, sync, udp, default_string> http_keepalive_8bit_udp_resolve_tags;
26
27
typedef mpl::vector<http, simple, async, udp, default_string> http_async_8bit_udp_resolve_tags;
27
28
typedef mpl::vector<http, simple, async, tcp, default_string> http_async_8bit_tcp_resolve_tags;
28
- typedef mpl::vector<http, simple, sync, pod, default_string> http_server_tags;
29
- typedef mpl::vector<http, simple, async, pod, default_string> http_async_server_tags;
29
+ typedef mpl::vector<http, simple, sync, pod, default_string, server > http_server_tags;
30
+ typedef mpl::vector<http, simple, async, pod, default_string, server > http_async_server_tags;
30
31
31
32
BOOST_NETWORK_DEFINE_TAG (http_default_8bit_tcp_resolve);
32
33
BOOST_NETWORK_DEFINE_TAG (http_default_8bit_udp_resolve);
0 commit comments