lib/rack/handler/ftw.rb in ftw-0.0.32 vs lib/rack/handler/ftw.rb in ftw-0.0.33

- old
+ new

@@ -2,10 +2,9 @@ require "ftw" require "ftw/protocol" require "ftw/crlf" require "socket" require "cabin" -require "http_parser" # FTW cannot fully respect the Rack 1.1 specification due to technical # limitations in the Rack design, specifically: # # * rack.input must be buffered, to support IO#rewind, for the duration of each