rainbows.git  about / heads / tags
Unicorn for sleepy apps and slow clients
blob 895650957ccb04e4e8ce4f7885822df80eec7e81 183 bytes (raw)
$ git show v1.0.0pre1:lib/rainbows/client.rb	# shows this blob on the CLI

1
2
3
4
5
6
7
8
9
 
# -*- encoding: binary -*-
# :enddoc:

require 'rainbows/read_timeout'

class Rainbows::Client < Kgio::Socket
  include Rainbows::ReadTimeout
end
Kgio.accept_class = Rainbows::Client

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