completed previous fix
This commit is contained in:
@@ -277,6 +277,7 @@ void http_connection::on_assign_bandwidth(asio::error_code const& e)
|
||||
{
|
||||
if (!m_bottled || !m_called)
|
||||
m_handler(e, m_parser, 0, 0);
|
||||
return;
|
||||
}
|
||||
m_limiter_timer_active = false;
|
||||
if (e) return;
|
||||
|
Reference in New Issue
Block a user