about summary refs log tree commit homepage
path: root/lib/rainbows/const.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/const.rb')
-rw-r--r--lib/rainbows/const.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb
index 04ed92d..33df05d 100644
--- a/lib/rainbows/const.rb
+++ b/lib/rainbows/const.rb
@@ -20,8 +20,6 @@ module Rainbows::Const
   # of the official spec, but for now it is "hack.io"
   CLIENT_IO = "hack.io".freeze
 
-  ERROR_413_RESPONSE = "HTTP/1.1 413 Request Entity Too Large\r\n\r\n"
-
   RACK_INPUT = Unicorn::HttpRequest::RACK_INPUT
   REMOTE_ADDR = Unicorn::HttpRequest::REMOTE_ADDR
 end