๐Ÿ A very simple static Gemini server, now with Titan support!
cpp gemini titan gemini-protocol titan-protocol
0
fork

Configure Feed

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

refactor(maple.cc): remove debug logs

Fuwn 3f6e1c43 ab451c53

-4
-4
maple/maple.cc
··· 243 243 path = "/index.gmi"; 244 244 } 245 245 246 - // std::cout << "1: \"" << path << "\"" << std::endl; 247 - 248 246 if (request_scheme == 1) { 249 247 // Remove junk, if any 250 248 index_of_junk = path.find_first_of('\n'); ··· 255 253 ); 256 254 } 257 255 } 258 - 259 - // std::cout << "2: \"" << path << "\"" << std::endl; 260 256 261 257 // Gemini 262 258 if (request_scheme == 1) {