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.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/unicorn/ssl_client.rb b/lib/unicorn/ssl_client.rb
deleted file mode 100644
index a8c79e3..0000000
--- a/lib/unicorn/ssl_client.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-# -*- encoding: binary -*-
-# :stopdoc:
-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