♻️ Simple & Efficient Gemini-to-HTTP Proxy fuwn.net
proxy gemini-protocol protocol gemini http rust
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(response): fallback on no content

Fuwn 6e0de5ac c7335c4a

+1 -1
+1 -1
src/response.rs
··· 75 75 } 76 76 }; 77 77 78 - if response.content().is_some() { 78 + if response.content().is_none() { 79 79 response = match germ::request::request(&match url_from_path( 80 80 req.path().trim_end_matches('/'), 81 81 true,