From 81026ea66279695206ea53287427c05281662572 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 9 Aug 2009 03:02:54 -0700 Subject: Switch to Ragel/C-based chunk/trailer parser This should be more robust, faster and easier to deal with than the ugly proof-of-concept regexp-based ones. --- lib/unicorn.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/unicorn.rb') diff --git a/lib/unicorn.rb b/lib/unicorn.rb index 556aba8..b185b25 100644 --- a/lib/unicorn.rb +++ b/lib/unicorn.rb @@ -11,8 +11,6 @@ module Unicorn autoload :HttpResponse, 'unicorn/http_response' autoload :Configurator, 'unicorn/configurator' autoload :TeeInput, 'unicorn/tee_input' - autoload :ChunkedReader, 'unicorn/chunked_reader' - autoload :TrailerParser, 'unicorn/trailer_parser' autoload :Util, 'unicorn/util' Z = '' # the stock empty string we use everywhere... -- cgit v1.2.3-24-ge0c7