1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00
guile/module/web
Andy Wingo 4595600a08 http-read calls setvbuf only once
* module/web/server/http.scm (http-read): Don't play the setvbuf dance,
  it was throwing away buffered input. Instead just call setvbuf once
  before doing any reads or writes.
2010-12-06 19:52:51 +01:00
..
server http-read calls setvbuf only once 2010-12-06 19:52:51 +01:00
http.scm leniency regarding quality values in http.scm 2010-12-06 13:52:56 +01:00
request.scm fix name... 2010-12-06 15:32:13 +01:00
response.scm fix read-{request,response}-body/latin-1 2010-12-06 15:30:45 +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