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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/proxy_pass.rb b/extras/proxy_pass.rb
index 29dd995..bfe3b8f 100644
--- a/extras/proxy_pass.rb
+++ b/extras/proxy_pass.rb
@@ -61,7 +61,7 @@ class ProxyPass # :nodoc:
         kgio_wait_writable(wait_time)
       when nil
         return
-      when String
+      else # String
         buf = rv
       end while true
     end