diff --git a/include/beast/http/impl/basic_headers.ipp b/include/beast/http/impl/basic_headers.ipp index f1eb2f0b..31f9913a 100644 --- a/include/beast/http/impl/basic_headers.ipp +++ b/include/beast/http/impl/basic_headers.ipp @@ -136,8 +136,6 @@ basic_headers(basic_headers&& other) , detail::basic_headers_base( std::move(other.set_), std::move(other.list_)) { - other.list_.clear(); - other.set_.clear(); } template