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

1
2
3
4
5
6
 
# -*- encoding: binary -*-
# :stopdoc:
class Unicorn::SSLClient < Kgio::SSL
  alias write kgio_write
  alias close kgio_close
end

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