From 69febd3c6faabdf0c04e5d5f300197c235a309fe Mon Sep 17 00:00:00 2001 From: kenichi nakamura Date: Mon, 7 Dec 2015 16:25:35 -0800 Subject: [PATCH] update for http-1.0.0pre1 --- lib/angelo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/angelo.rb b/lib/angelo.rb index f8d5710..bd484ea 100644 --- a/lib/angelo.rb +++ b/lib/angelo.rb @@ -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 ]