about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-04-12 22:51:18 -0700
committerEric Wong <normalperson@yhbt.net>2009-04-12 22:51:18 -0700
commitfc4bd6c542b6556e746baee5aecadfcd1a591beb (patch)
tree80218ff4f08bb735864b0ad81bad59a47cd2198d
parentcf838bfb5faed96fb41b8ae30d591fc7b7853d38 (diff)
downloadunicorn-fc4bd6c542b6556e746baee5aecadfcd1a591beb.tar.gz
This was back when I did s/mongrel/Unicorn/g
on the sources.
-rw-r--r--test/unit/test_http_parser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_http_parser.rb b/test/unit/test_http_parser.rb
index 57c8db2..f6fdd47 100644
--- a/test/unit/test_http_parser.rb
+++ b/test/unit/test_http_parser.rb
@@ -49,7 +49,7 @@ class HttpParserTest < Test::Unit::TestCase
     should_be_good = "GET / HTTP/1.1\r\naaaaaaaaaaaaa:++++++++++\r\n\r\n"
     assert parser.execute(req, should_be_good)
 
-    # ref: http://thread.gmane.org/gmane.comp.lang.ruby.Unicorn.devel/37/focus=45
+    # ref: http://thread.gmane.org/gmane.comp.lang.ruby.mongrel.devel/37/focus=45
     # (note we got 'pen' mixed up with 'pound' in that thread,
     # but the gist of it is still relevant: these nasty headers are irrelevant
     #