fixed typo in previous check-in

This commit is contained in:
Arvid Norberg 2008-03-12 07:56:45 +00:00
parent cd65fb8b0c
commit 0e4d62497b
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ void http_connection::on_read(asio::error_code const& e
asio::error_code ec;
m_sock.close(ec);
get(url, m_timeout, &m_proxy, m_redirects - 1);
get(url, m_timeout, m_priority, &m_proxy, m_redirects - 1);
return;
}