mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Remove unused constants on Puma::CommonLogger.
This commit is contained in:
parent
342cbd1923
commit
78833eb78a
1 changed files with 0 additions and 6 deletions
|
@ -63,14 +63,8 @@ module Puma
|
|||
|
||||
PATH_INFO = 'PATH_INFO'.freeze
|
||||
REQUEST_METHOD = 'REQUEST_METHOD'.freeze
|
||||
SCRIPT_NAME = 'SCRIPT_NAME'.freeze
|
||||
QUERY_STRING = 'QUERY_STRING'.freeze
|
||||
CACHE_CONTROL = 'Cache-Control'.freeze
|
||||
CONTENT_LENGTH = 'Content-Length'.freeze
|
||||
CONTENT_TYPE = 'Content-Type'.freeze
|
||||
|
||||
GET = 'GET'.freeze
|
||||
HEAD = 'HEAD'.freeze
|
||||
|
||||
def log(env, status, header, began_at)
|
||||
now = Time.now
|
||||
|
|
Loading…
Add table
Reference in a new issue