From 0e4d62497bf5070251afeff34c0335ea68fbfbde Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 12 Mar 2008 07:56:45 +0000 Subject: [PATCH] fixed typo in previous check-in --- src/http_connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http_connection.cpp b/src/http_connection.cpp index 96d385a20..072a48e97 100644 --- a/src/http_connection.cpp +++ b/src/http_connection.cpp @@ -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; }