about summary refs log tree commit homepage
path: root/extras/proxy_pass.rb
diff options
context:
space:
mode:
Diffstat (limited to 'extras/proxy_pass.rb')
-rw-r--r--extras/proxy_pass.rb1
1 files changed, 0 insertions, 1 deletions
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