# File lib/faye/adapters/thin.rb, line 58
  def head
    return '' if async and status == 101
    thin_head
  end