http-read robustness
[bpt/guile.git] / module / web / server / http.scm
2010-12-12 Andy Wingohttp-read robustness
2010-12-06 Andy Wingohttp-read calls setvbuf only once
2010-12-06 Andy Wingomore robustness in http-read
2010-12-05 Andy Wingohttp doesn't keep-alive requests for which there was...
2010-12-04 Andy Wingo(web server http) comment
2010-12-03 Andy Wingohttp server impl reads body as a bytevector by default
2010-12-03 Andy Wingoremove redundant error-handling block
2010-12-03 Andy Wingoweb server micro-tuning
2010-12-03 Andy Wingoreverse order of poll-set traversal in http-read
2010-12-03 Andy Wingo(web server) punts keep-alive to impls; http server...
2010-12-02 Andy Wingobetter socket buffering on http web server backend
2010-12-01 Andy Wingohttp web server impl ignores SIGPIPE
2010-12-01 Andy Wingostub fixes to http 1.0 support in the web server
2010-11-12 Andy Wingoadd generic web server with http-over-tcp backend