about summary refs log tree commit homepage
path: root/lib/unicorn/trailer_parser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unicorn/trailer_parser.rb')
-rw-r--r--lib/unicorn/trailer_parser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicorn/trailer_parser.rb b/lib/unicorn/trailer_parser.rb
index 9431331..22f2e1d 100644
--- a/lib/unicorn/trailer_parser.rb
+++ b/lib/unicorn/trailer_parser.rb
@@ -1,7 +1,7 @@
 # Copyright (c) 2009 Eric Wong
 # You can redistribute it and/or modify it under the same terms as Ruby.
 require 'unicorn'
-require 'unicorn/http11'
+require 'unicorn_http'
 
 # Eventually I should integrate this into HttpParser...
 module Unicorn