use Rack::Utils::HeaderHash for $sent_http_* lookups
commit09cae70d5509530ed3abff9046b1dc0fe448b3b3
authorEric Wong <normalperson@yhbt.net>
Sat, 5 Sep 2009 02:19:28 +0000 (4 19:19 -0700)
committerEric Wong <normalperson@yhbt.net>
Sat, 5 Sep 2009 02:22:28 +0000 (4 19:22 -0700)
treedeabdd22992cdb12876ab3be1624207ab4a62ace
parent38e617b5a044ed91c799718d2188052c5646bc95
use Rack::Utils::HeaderHash for $sent_http_* lookups

No point in having extra code to do case-insensitive lookups,
especially since the HeaderHash implementation is already in
wide use and will only get faster as time goes by.
Rakefile
ext/clogger_ext/clogger.c
lib/clogger/pure.rb
test/test_clogger.rb