unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob a8c79e3333e013264f1e4c2f35b5f7850184199b 257 bytes (raw)
$ git show v4.5.0:lib/unicorn/ssl_client.rb	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
# -*- 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

git clone https://yhbt.net/unicorn.git