class Puma::Client

def above_http_content_limit(value)

def above_http_content_limit(value)
  @http_content_length_limit&.< value
end