# File lib/thin/async.rb, line 64 def send_headers return if @headers_sent @callback.call [@status, @headers, @body] @headers_sent = true end