about summary refs log tree commit homepage
path: root/extras
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-03-12 23:01:16 +0000
committerEric Wong <e@80x24.org>2015-03-12 23:01:16 +0000
commit23f5cbc227f42ef047b286735c06ceffc07f2556 (patch)
tree52f1c81bec10932f8d73afad4694e7d42fd7daed /extras
parentb0481e86e567b0a2aef37bcfd98dc2ff2da7ef38 (diff)
downloadyahns-23f5cbc227f42ef047b286735c06ceffc07f2556.tar.gz
It was never used.
Diffstat (limited to 'extras')
-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