Skip to content

v0.2.9

Compare
Choose a tag to compare
@arteymix arteymix released this 04 Feb 18:12
· 664 commits to master since this release

Backport fixes for FastCGI to support async I/O.

Changeset

  • use a thread to accept incoming requests
  • polling using UnixInputStream and UnixOutputStream
  • set default backlog to 10
  • improvements for fcgi.vapi