fixed typo in previous check-in
This commit is contained in:
parent
cd65fb8b0c
commit
0e4d62497b
|
@ -413,7 +413,7 @@ void http_connection::on_read(asio::error_code const& e
|
||||||
|
|
||||||
asio::error_code ec;
|
asio::error_code ec;
|
||||||
m_sock.close(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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue