guile-knots/knots
Christopher Baines 239cb88f93 Rework handling connection persistance in the web server
Change to setting the connection header in the response based on the
request, and then closing the connection in the server based on the
response headers.

Stop closing the response based on the response code, as I don't know
why this is necessary.
2025-02-20 13:42:12 +00:00
..
non-blocking.scm Consistently use non-blocking 2024-12-29 10:45:31 +00:00
parallelism.scm Allow passing custom channels to fiberize 2025-02-19 12:46:51 +00:00
promise.scm Add fibers-promise-result-available? 2025-01-29 16:16:35 +00:00
queue.scm Initial commit 2024-12-16 09:18:12 +00:00
resource-pool.scm Remove the resource pool reply timeout 2025-02-04 13:16:38 +00:00
thread-pool.scm Use the thread-pool record for the default timeout 2025-02-10 15:16:37 +00:00
timeout.scm Export the wait-until-port operations 2025-01-23 19:48:39 +01:00
web-server.scm Rework handling connection persistance in the web server 2025-02-20 13:42:12 +00:00