about summary refs log tree commit homepage
path: root/lib/unicorn/ssl_client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unicorn/ssl_client.rb')
-rw-r--r--lib/unicorn/ssl_client.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/unicorn/ssl_client.rb b/lib/unicorn/ssl_client.rb
index 7b41cd2..a8c79e3 100644
--- a/lib/unicorn/ssl_client.rb
+++ b/lib/unicorn/ssl_client.rb
@@ -3,4 +3,9 @@
 class Unicorn::SSLClient < Kgio::SSL
   alias write kgio_write
   alias close kgio_close
+
+  # this is no-op for now, to be fixed in kgio-monkey if people care
+  # about SSL support...
+  def shutdown(how = nil)
+  end
 end