1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +02:00
guile/module/web
Andy Wingo c637190203 stub fixes to http 1.0 support in the web server
* module/web/server.scm (read-client): Fix number of returned values in
  the case in which there is an error reading the client.
  (sanitize-response): Add a case to adapt the reponse to the request
  version.
  (handle-request): Sanitize the response within an error-handling
  block.
  (serve-one-client): Move sanitation out of here.

* module/web/server/http.scm (keep-alive?): A more proper detection on
  whether we should support persistent connections.

* module/web/response.scm (adapt-response-version): New routine, to
  adapt a response to a given version. Currently a stub.
2010-12-01 10:13:30 +01:00
..
server stub fixes to http 1.0 support in the web server 2010-12-01 10:13:30 +01:00
http.scm fix web server bugs 2010-11-23 16:02:21 +01:00
request.scm add request-meta 2010-11-12 17:16:36 +01:00
response.scm stub fixes to http 1.0 support in the web server 2010-12-01 10:13:30 +01:00
server.scm stub fixes to http 1.0 support in the web server 2010-12-01 10:13:30 +01:00
uri.scm unparse-uri avoids serializing e.g. :80 in http:// uris 2010-11-12 17:16:35 +01:00