From 23f5cbc227f42ef047b286735c06ceffc07f2556 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 12 Mar 2015 23:01:16 +0000 Subject: extras/proxy_pass: remove unused CHUNK_SIZE constant It was never used. --- extras/proxy_pass.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'extras') diff --git a/extras/proxy_pass.rb b/extras/proxy_pass.rb index 0bec4ee..ac01c34 100644 --- a/extras/proxy_pass.rb +++ b/extras/proxy_pass.rb @@ -16,7 +16,6 @@ require 'timeout' # cheap on GNU/Linux... # This is totally untested but currently doesn't serve anything important. class ProxyPass # :nodoc: - CHUNK_SIZE = 16384 ERROR_502 = [ 502, {'Content-Length'=>'0','Content-Type'=>'text/plain'}, [] ] class ConnPool -- cgit v1.2.3-24-ge0c7