We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4389238 commit fd459e3Copy full SHA for fd459e3
boost/network/protocol/http/client.hpp
@@ -77,7 +77,11 @@ namespace boost { namespace network { namespace http {
77
78
};
79
80
- typedef basic_client<tags::http_default_8bit_udp_resolve, 1, 0> client;
+#ifndef BOOST_NETWORK_HTTP_DEFAULT_TAG
81
+#define BOOST_NETWORK_HTTP_DEFAULT_TAG tags::http_async_8bit_udp_resolve
82
+#endif
83
+
84
+ typedef basic_client<BOOST_NETWORK_HTTP_DEFAULT_TAG, 1, 1> client;
85
86
} // namespace http
87
0 commit comments