Method: M2R::Handler#listen

Defined in:
lib/m2r/handler.rb

#listenObject

Start processing request



27
28
29
30
31
32
# File 'lib/m2r/handler.rb', line 27

def listen
  catch(:stop) do
    loop { one_loop }
  end
  @connection.close
end