Skip to content

Commit 204a037

Browse files
committed
Fixing conflict errors with the use of the name status_message.
1 parent 5b11931 commit 204a037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost/network/protocol/http/traits/impl/status_message.ipp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace boost { namespace network { namespace http {
1313

1414
template <>
15-
struct status_message<tags::http_default_8bit_tcp_resolve> {
15+
struct status_message_text<tags::http_default_8bit_tcp_resolve> {
1616
static boost::uint32_t const MAX = 1024u;
1717
};
1818

0 commit comments

Comments
 (0)