From bb5b309f067269eada57b775ff111b488ed9a83e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 20 Nov 2014 03:53:45 +0000 Subject: remove unused client_max_header_size config We may not be able to support this in a more performant way just yet. Since this was never documented, we'll remove the the current knobs for silently setting and ignoring it. Users should use Unicorn::HttpParser.max_header_len= for now, instead. We may change Unicorn::HttpParser in the future if enough people care about making this functionality per-app. --- lib/yahns/config.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/yahns/config.rb') diff --git a/lib/yahns/config.rb b/lib/yahns/config.rb index 4ea51af..3055539 100644 --- a/lib/yahns/config.rb +++ b/lib/yahns/config.rb @@ -363,7 +363,6 @@ class Yahns::Config # :nodoc: # config name, minimum value client_body_buffer_size: 1, client_header_buffer_size: 1, - client_max_header_size: 1, }.each do |_v,minval| eval( %Q(def #{_v}(val);) << -- cgit v1.2.3-24-ge0c7