From 3bc7000a34c8e1788a5951381c7007f617233da2 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 2 Sep 2009 18:29:58 -0700 Subject: alias $http_content_{length,type} to $content_{length,type} Since Rack doesn't allow the HTTP_CONTENT_{LENGTH,TYPE} headers, alias attempts to use those to the non-"HTTP_"-prefixed equivalents to avoid confusion on the user side (nginx also does this). --- lib/clogger.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/clogger.rb') diff --git a/lib/clogger.rb b/lib/clogger.rb index 52f2723..fb25e1e 100644 --- a/lib/clogger.rb +++ b/lib/clogger.rb @@ -19,6 +19,8 @@ class Clogger '$time_local' => '$time_local{%d/%b/%Y:%H:%M:%S %z}', '$msec' => '$time{3}', '$usec' => '$time{6}', + '$http_content_length' => '$content_length', + '$http_content_type' => '$content_type', } SPECIAL_VARS = { -- cgit v1.2.3-24-ge0c7