# File lib/thin/async.rb, line 77 def done return if done? send_headers EM.next_tick { @body.succeed } @done = true end