2
0
mirror of https://github.com/xvxx/phetch synced 2024-11-12 13:10:40 +00:00

smaller read buffer, cleanup

This commit is contained in:
dvkt 2019-12-21 09:27:01 -08:00
parent 9fee9c46b3
commit b50ec7e8fa

View File

@ -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))??;