From aa8262b71a207e396cb984a39f1cc917146bcb4b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 8 Jul 2010 05:54:25 +0000 Subject: cleanup "stringio" require "stringio" is part of the Ruby distro and we use it in multiple places, so avoid re-requiring it. (cherry picked from commit 0fea004ab093ec4f59d919915a505a136326bd8a) --- lib/unicorn/tee_input.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/unicorn/tee_input.rb') diff --git a/lib/unicorn/tee_input.rb b/lib/unicorn/tee_input.rb index c0f916e..a11420a 100644 --- a/lib/unicorn/tee_input.rb +++ b/lib/unicorn/tee_input.rb @@ -1,5 +1,4 @@ # -*- encoding: binary -*- -require 'stringio' # acts like tee(1) on an input input to provide a input-like stream # while providing rewindable semantics through a File/StringIO backing -- cgit v1.2.3-24-ge0c7