class Goliath::Response

def headers_output

def headers_output
  (status == 101) ? '' : goliath_headers_output
end