1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/module/web/server
Andy Wingo 58942f30d6 http web server: allow concurrent write operations
* module/web/server/http.scm (<http-server>, http-open)
  (read-request!, write-request!, enqueue-write!, http-write): As in the
  previous commit, add support for concurrent writes.
  (http-read): Pop off keepalive ports in this, the main loop.
  (http-close): Shut down writers appropriately.
2012-03-12 17:12:37 +01:00
..
http.scm http web server: allow concurrent write operations 2012-03-12 17:12:37 +01:00