From e0ad4353f0c0f8ae27301df3e694384f687a4264 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 20 Jan 2011 02:16:04 -0800 Subject: remove unused 416 error constants/exceptions We handle that locally in rainbows/response now --- lib/rainbows/const.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/rainbows/const.rb') diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb index 62610bd..04ed92d 100644 --- a/lib/rainbows/const.rb +++ b/lib/rainbows/const.rb @@ -21,7 +21,6 @@ module Rainbows::Const CLIENT_IO = "hack.io".freeze ERROR_413_RESPONSE = "HTTP/1.1 413 Request Entity Too Large\r\n\r\n" - ERROR_416_RESPONSE = "HTTP/1.1 416 Requested Range Not Satisfiable\r\n\r\n" RACK_INPUT = Unicorn::HttpRequest::RACK_INPUT REMOTE_ADDR = Unicorn::HttpRequest::REMOTE_ADDR -- cgit v1.2.3-24-ge0c7