Skip to content

Commit

Permalink
update for http-1.0.0pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
kenichi committed Dec 8, 2015
1 parent 74ff47f commit 69febd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/angelo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def self.log meth, connection, request, socket, status, body_size = '-'
(meth && meth.upcase) || request.method,
request.url,
request.version,
Symbol === status ? HTTP::Response::SYMBOL_TO_STATUS_CODE[status] : status,
Symbol === status ? HTTP::Response::Status::SYMBOL_CODES[status] : status,
body_size
]

Expand Down

0 comments on commit 69febd3

Please sign in to comment.