http11: support underscores in URI hostnames
commit3dc43b27e2ab2740acda0514bb0d9562810b3df1
authorEric Wong <normalperson@yhbt.net>
Tue, 21 Apr 2009 18:14:56 +0000 (21 11:14 -0700)
committerEric Wong <normalperson@yhbt.net>
Tue, 21 Apr 2009 18:16:41 +0000 (21 11:16 -0700)
tree944a9c5f86d5d7c876209a342932d77830cac0e0
parent3871cb11cfb68b6fa02a646caf3765e309d38494
http11: support underscores in URI hostnames

They aren't common, but apparently there exist
URLs with them, so we'll support them.
ext/unicorn/http11/http11_parser.h
ext/unicorn/http11/http11_parser_common.rl
test/unit/test_http_parser.rb