def send_response
    fail "response still not prepared" if @response.nil?
    @response.send_headers
    streamer = EM::GridStreamer.new(@connection, @grid_io, :http_chunks => false)
    streamer.callback do