diff options
Diffstat (limited to 'lib/net/http.rb')
-rw-r--r-- | lib/net/http.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb index 862f88dd37..1fcf13530d 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -393,7 +393,6 @@ module Net #:nodoc: HTTPVersion = '1.1' begin require 'zlib' - require 'stringio' #for our purposes (unpacking gzip) lump these together HAVE_ZLIB=true rescue LoadError HAVE_ZLIB=false |