From e3945c3acc5a6e8d3af4cc8639dcb12fb85a8aee Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 1 Sep 2022 21:32:05 +0000 Subject: chunked: remove deprecation warning Now that Rack::Chunked is gracefully a no-op for non-1.1 HTTP versions, do not cause unnecessary pain for end users upgrading to Rack 3. --- lib/rack/chunked.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/rack/chunked.rb b/lib/rack/chunked.rb index 004163d9..b66f467b 100644 --- a/lib/rack/chunked.rb +++ b/lib/rack/chunked.rb @@ -4,8 +4,6 @@ require_relative 'constants' require_relative 'utils' module Rack - warn "Rack::Chunked is deprecated and will be removed in Rack 3.1", uplevel: 1 - # Middleware that applies chunked transfer encoding to response bodies # when the response does not include a content-length header. # -- cgit v1.2.3-24-ge0c7