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 e6ae317306 web server micro-tuning
* module/web/server/http.scm (http-open): Allow up to 128 pending
  connections -- the default value for somaxconn on a number of
  machines. This is from the HOP paper.
  (http-read): Set the send buffer to 12 KB, also from the HOP paper.
2010-12-03 16:30:52 +01:00
..
server web server micro-tuning 2010-12-03 16:30:52 +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 (web server) punts keep-alive to impls; http server uses (ice-9 poll) 2010-12-03 15:31:57 +01:00
uri.scm unparse-uri avoids serializing e.g. :80 in http:// uris 2010-11-12 17:16:35 +01:00