class Thin::Response

def head

def head
  return '' if async and status == 101
  thin_head
end