Merge pull request #5528 from akashihi/nokeepaliveduplicates
connection's reply needs to be reset before handling next request on …
This commit is contained in:
commit
df60947794
@ -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