Skip to content

Commit 74e2373

Browse files
committed
Changing the type of headers required by the response object to use response_header<> instead of request_header<>.
1 parent d7e7dab commit 74e2373

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

boost/network/protocol/http/response.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ namespace boost { namespace network { namespace http {
7575
lhs.swap(rhs);
7676
}
7777

78-
BOOST_CONCEPT_ASSERT((Response<basic_response<tags::http_default_8bit_udp_resolve> >));
79-
8078
} // namespace http
8179

8280
} // namespace network

0 commit comments

Comments
 (0)