smaller read buffer, cleanup

pull/6/head
dvkt 5 years ago
parent 9fee9c46b3
commit b50ec7e8fa

@ -145,7 +145,6 @@ impl UI {
if url.starts_with("gopher://help/") {
return self.fetch_help(url);
}
// request thread
let thread_url = url.to_string();
let res = self.spinner("", move || gopher::fetch_url(&thread_url))??;

Loading…
Cancel
Save