From a0f2c4514e969d0a127227201cbdb8e57f71df63 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 5 Jul 2009 15:46:52 -0700 Subject: Rename unicorn/http11 => unicorn_http We couldn't do proper namespacing for the C module so there was a potential conflict with Init_http11() in Mongrel. This was needed because Mongrel's HTTP parser could be used in some applications and we may be unfortunate enough need to support them. --- test/unit/test_chunked_reader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/test_chunked_reader.rb') diff --git a/test/unit/test_chunked_reader.rb b/test/unit/test_chunked_reader.rb index 67fe43b..6aaa72a 100644 --- a/test/unit/test_chunked_reader.rb +++ b/test/unit/test_chunked_reader.rb @@ -1,6 +1,6 @@ require 'test/unit' require 'unicorn' -require 'unicorn/http11' +require 'unicorn_http' require 'tempfile' require 'io/nonblock' require 'digest/sha1' -- cgit v1.2.3-24-ge0c7