Ensure hex escaping is done in uppercase
commitc9f68fc6294a59c31728bab9e01350c4b271fe30
authorEric Wong <normalperson@yhbt.net>
Mon, 31 Aug 2009 05:27:26 +0000 (30 22:27 -0700)
committerEric Wong <normalperson@yhbt.net>
Tue, 1 Sep 2009 18:30:31 +0000 (1 11:30 -0700)
tree8932e18bf8e8c1c07161c08f9405ebf142ff873d
parenta6e410b7f85f22e6adbc55eb9dd3a494ca7200b2
Ensure hex escaping is done in uppercase

The pure variant was using lower-case output instead
of upper case, the ext variant was actually fine in this
case.  This is for nginx output format compatibility.
lib/clogger/pure.rb
test/test_clogger.rb