Rare find

Unicorn. A copy of the Unicorn web server that you can use and modify.

unicorn.bogomips.org

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2025
  • http_request: TCP_ESTABLISHED is the only valid client state
March 2025
  • t/integration: drop needless select() for Unix CCC test
November 2024
  • disallow /^content_length$/i + /^transfer_encoding$/i
  • http_response: free response header buffer ASAP
May 2024
  • port test/unit/test_ccc.rb to Perl 5
  • tests: move test/unit/test_request.rb to Perl 5
  • tests: port broken-app test to Perl 5
  • t/*.t: use write_file helper function
  • GNUmakefile: build writes shebang-modified files
April 2024
  • t/lib.perl: fix Perl integration tests w/o installation
March 2024
  • treewide: future-proof frozen_string_literal changes
  • doc: various updates and disclaimers
  • tests: port back-out-of-upgrade to Perl 5
  • t/integration: disable proxies when running curl(1)
January 2024
  • update dependency to Ruby 2.5+
  • kill off remaining kgio uses
  • remove kgio from all read(2) and write(2) wrappers
October 2023
  • README: fix wording
September 2023
  • doc: various updates ahead of the release
  • tests: fold early shutdown() tests into t/integration.t