connection's reply needs to be reset before handling next request on same connection.
This commit is contained in:
parent
88979d0d86
commit
cd7229ba06
@ -147,6 +147,7 @@ void Connection::handle_write(const boost::system::error_code &error)
|
||||
{
|
||||
--processed_requests;
|
||||
current_request = http::request();
|
||||
current_reply = http::reply();
|
||||
request_parser = RequestParser();
|
||||
this->start();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user