mirror of
https://github.com/xvxx/phetch
synced 2024-11-16 21:25:45 +00:00
smaller read buffer, cleanup
This commit is contained in:
parent
9fee9c46b3
commit
b50ec7e8fa
@ -145,7 +145,6 @@ impl UI {
|
|||||||
if url.starts_with("gopher://help/") {
|
if url.starts_with("gopher://help/") {
|
||||||
return self.fetch_help(url);
|
return self.fetch_help(url);
|
||||||
}
|
}
|
||||||
|
|
||||||
// request thread
|
// request thread
|
||||||
let thread_url = url.to_string();
|
let thread_url = url.to_string();
|
||||||
let res = self.spinner("", move || gopher::fetch_url(&thread_url))??;
|
let res = self.spinner("", move || gopher::fetch_url(&thread_url))??;
|
||||||
|
Loading…
Reference in New Issue
Block a user