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 5f8cf0f commit 8f8eb7aCopy full SHA for 8f8eb7a
boost/network/protocol/http/client.hpp
@@ -77,11 +77,11 @@ namespace boost { namespace network { namespace http {
77
78
};
79
80
-#ifndef BOOST_NETWORK_HTTP_DEFAULT_TAG
81
-#define BOOST_NETWORK_HTTP_DEFAULT_TAG tags::http_async_8bit_udp_resolve
+#ifndef BOOST_NETWORK_HTTP_CLIENT_DEFAULT_TAG
+#define BOOST_NETWORK_HTTP_CLIENT_DEFAULT_TAG tags::http_async_8bit_udp_resolve
82
#endif
83
84
- typedef basic_client<BOOST_NETWORK_HTTP_DEFAULT_TAG, 1, 1> client;
+ typedef basic_client<BOOST_NETWORK_HTTP_CLIENT_DEFAULT_TAG, 1, 1> client;
85
86
} // namespace http
87
0 commit comments