aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/http_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_connection.h b/include/http_connection.h
index 4d9f035..137419d 100644
--- a/include/http_connection.h
+++ b/include/http_connection.h
@@ -487,7 +487,7 @@ namespace crow
[&](const boost::system::error_code& ec, std::size_t bytes_transferred)
{
is_writing = false;
- res.clear();
+ res.clear();
res_body_copy_.clear();
if (!ec)
{