rainbows.git  about / heads / tags
Unicorn for sleepy apps and slow clients
blob 67f7740dd7c267acd1bbf98429c0e25c1f45cee1 145 bytes (raw)
$ git show v3.2.0:lib/rainbows/reverse_proxy/multi_thread.rb	# shows this blob on the CLI

1
2
3
4
5
6
7
 
# -*- encoding -*-
# :enddoc:
module Rainbows::ReverseProxy::MultiThread
  def pick_upstream(env)
    @lock.synchronize { super(env) }
  end
end

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