From c37ce4b15ee8f7d0bd1c40c3d13d979dbe3e6f7f Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sat, 11 Nov 2017 09:40:10 -0800 Subject: [PATCH] Fix name typo in http write test --- CHANGELOG.md | 1 + test/beast/http/write.cpp | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) 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()) { }