Class: QueueingProxy::Frontend::FakeBackend

Inherits:
Object
  • Object
show all
Defined in:
lib/queueing_proxy/frontend.rb

Overview

We need this to make Thin happy

Instance Method Summary collapse

Instance Method Details

#connection_finished(conn) ⇒ Object



35
36
# File 'lib/queueing_proxy/frontend.rb', line 35

def connection_finished(conn)
end

#ssl?Boolean

Returns:

  • (Boolean)


38
39
# File 'lib/queueing_proxy/frontend.rb', line 38

def ssl?
end