about summary refs log tree commit homepage
path: root/lib/unicorn/http_request.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-08 05:54:25 +0000
committerEric Wong <normalperson@yhbt.net>2010-07-08 05:56:10 +0000
commit0fea004ab093ec4f59d919915a505a136326bd8a (patch)
treefa67ead511fd79cedf45d81c9e97fdb1d10cc0c4 /lib/unicorn/http_request.rb
parent5ece8c1c33f10e6496dfe5ae1d0d368293278d2d (diff)
downloadunicorn-0fea004ab093ec4f59d919915a505a136326bd8a.tar.gz
"stringio" is part of the Ruby distro and we use it in multiple
places, so avoid re-requiring it.
Diffstat (limited to 'lib/unicorn/http_request.rb')
-rw-r--r--lib/unicorn/http_request.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/unicorn/http_request.rb b/lib/unicorn/http_request.rb
index 8c369cf..65870ed 100644
--- a/lib/unicorn/http_request.rb
+++ b/lib/unicorn/http_request.rb
@@ -1,6 +1,5 @@
 # -*- encoding: binary -*-
 
-require 'stringio'
 require 'unicorn_http'
 
 module Unicorn