mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-12 05:33:36 -04:00
It works without this code
This commit is contained in:
parent
ff136e5116
commit
d0f7a9279e
@ -938,10 +938,6 @@ load_uri(struct uri *uri, struct uri *referrer, struct download *download,
|
||||
|| !compare_uri(conn->uri, proxy_uri, 0))
|
||||
continue;
|
||||
|
||||
if (start > 0) {
|
||||
abort_connection(conn, S_INTERRUPTED);
|
||||
break;
|
||||
}
|
||||
done_uri(proxy_uri);
|
||||
done_uri(proxied_uri);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user