class Puma::Server

def possible_header_injection?(header_value)

def possible_header_injection?(header_value)
  HTTP_INJECTION_REGEX =~ header_value.to_s
end