No description
Find a file
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
knots Rework handling connection persistance in the web server 2025-02-20 13:42:12 +00:00
tests Make more web server encoding tweaks 2025-02-07 16:09:42 +00:00
.gitignore Enable the Makefile to run tests 2024-12-29 10:47:54 +00:00
bootstrap Initial commit 2024-12-16 09:18:12 +00:00
configure.ac Enable the Makefile to run tests 2024-12-29 10:47:54 +00:00
COPYING Initial commit 2024-12-16 09:18:12 +00:00
guile.am Initial commit 2024-12-16 09:18:12 +00:00
guix-dev.scm Initial commit 2024-12-16 09:18:12 +00:00
knots.scm Start trying to improve exceptions and backtraces 2025-02-03 15:44:51 +00:00
Makefile.am Rename worker threads to thread pool 2025-01-14 10:05:06 +00:00
pre-inst-env.in Initial commit 2024-12-16 09:18:12 +00:00
README Initial commit 2024-12-16 09:18:12 +00:00
test-env.in Enable the Makefile to run tests 2024-12-29 10:47:54 +00:00
tests.scm Initial commit 2024-12-16 09:18:12 +00:00

-*- mode: org -*-

This Guile library provides useful patterns and functionality to use
Guile Fibers.