# File lib/faye/adapters/rainbows_client.rb, line 38
      def app_call(*args)
        @env['em.connection'] = self
        if args.first == NULL_IO and @hp.content_length == 0 and websocket?
          prepare_request_body
        else
          super
        end
      end