diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f2b5b93..5966f405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ Version 142: * Warn about upcoming API changes to certain concepts +* Fix name typo in http write test -------------------------------------------------------------------------------- diff --git a/test/beast/http/write.cpp b/test/beast/http/write.cpp index 6e72782e..5ac2993b 100644 --- a/test/beast/http/write.cpp +++ b/test/beast/http/write.cpp @@ -46,10 +46,10 @@ public: using const_buffers_type = boost::asio::const_buffer; - template + template explicit writer(message const& msg) + unsized_body, Fields> const& msg) : body_(msg.body()) { } @@ -228,10 +228,10 @@ public: using const_buffers_type = boost::asio::const_buffer; - template + template explicit writer(message const& msg) + fail_body, Fields> const& msg) : body_(msg.body()) { }