completed previous fix

This commit is contained in:
Arvid Norberg 2007-04-10 19:22:08 +00:00
parent e65206309c
commit 009b10e9bf
1 changed files with 1 additions and 0 deletions

View File

@ -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;