Class: Thin::Connection

Inherits:
Object
  • Object
show all
Defined in:
lib/fnordmetric/ext.rb

Instance Method Summary collapse

Instance Method Details

#pre_processObject



70
71
72
73
# File 'lib/fnordmetric/ext.rb', line 70

def pre_process
  @request.env['async.connection'] = self
  pre_process_orig
end

#pre_process_origObject



68
# File 'lib/fnordmetric/ext.rb', line 68

alias :pre_process_orig :pre_process