An alternative frontend for Fandom.
Go to file
Cadence Ember a2ec8bb923
Fix image loading not working after a while
http-easy connections are pooled, and streaming responses does not
automatically close the response (they are closed automatically in
other situations). After 128 (the default) opened connections to fetch
images, the pool ran out of connections, and future attempts would
just time out waiting for a connection.

Fixed by manually closing the connection at the correct time.
2022-09-03 19:55:17 +12:00
src Fix image loading not working after a while 2022-09-03 19:55:17 +12:00
static Add robots.txt 2022-08-31 00:45:12 +12:00
.gitignore Add homepage, architecture changes 2022-08-30 21:33:28 +12:00
LICENSE Initial commit 2022-08-23 22:15:24 +12:00
breezewiki.rkt In breezewiki.rkt, start server in thread 2022-09-01 14:55:25 +12:00
dist.rkt More powerful static file handling 2022-08-31 00:45:37 +12:00
info.rkt Use ini for configuration 2022-08-24 20:59:11 +12:00