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