breezewiki/src
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
..
application-globals.rkt Use ini for configuration 2022-08-24 20:59:11 +12:00
config.rkt More powerful static file handling 2022-08-31 00:45:37 +12:00
page-category.rkt Refactor `let` to `define` where applicable 2022-08-30 21:58:59 +12:00
page-home.rkt yeah I test my code, how could you tell? 2022-09-01 15:04:02 +12:00
page-not-found.rkt Initial commit 2022-08-23 22:15:24 +12:00
page-proxy.rkt Fix image loading not working after a while 2022-09-03 19:55:17 +12:00
page-search.rkt Add homepage, architecture changes 2022-08-30 21:33:28 +12:00
page-static.rkt do not debug print 2022-08-31 00:48:01 +12:00
page-wiki.rkt Refactor `let` to `define` where applicable 2022-08-30 21:58:59 +12:00
pure-utils.rkt Initial commit 2022-08-23 22:15:24 +12:00
reloadable.rkt Refactor `let` to `define` where applicable 2022-08-30 21:58:59 +12:00
typed-rackunit.rkt Initial commit 2022-08-23 22:15:24 +12:00
url-utils.rkt Initial commit 2022-08-23 22:15:24 +12:00
xexpr-utils.rkt Show details about page-proxy http errors 2022-09-01 16:04:48 +12:00