rack-devel archive mirror (unofficial) https://groups.google.com/group/rack-devel
 help / color / mirror / Atom feed
* [PATCH|PULL 0/2] chunked: limit to HTTP/1.1, undeprecate
@ 2022-09-01 21:45 Eric Wong
  2022-09-01 21:45 ` [PATCH 1/2] chunked: limit to HTTP/1.1 Eric Wong
  2022-09-01 21:45 ` [PATCH 2/2] chunked: remove deprecation warning Eric Wong
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Wong @ 2022-09-01 21:45 UTC (permalink / raw)
  To: rack-devel

Lets reduce the pain on end users upgrading to Rack 3.
HTTP/1.0 and HTTP/1.1 aren't going away, and I was dealing
with HTTP/0.9 until 2017.

Fwiw, probably 95% of people and organizations I know have
given up on Ruby due to constant treadmill of upgrades and
incompatibilities, so avoid giving them more reason to give
up Ruby due to more incompatibilities.

The following changes since commit 6aad5390403ca48a0ba76e426a21274385895731:

  The stream argument must implement `#<<`. (#1959) (2022-08-31 14:31:46 +1200)

are available in the Git repository at:

  https://80x24.org/rack.git chunk

for you to fetch changes up to e3945c3acc5a6e8d3af4cc8639dcb12fb85a8aee:

  chunked: remove deprecation warning (2022-09-01 21:34:23 +0000)

----------------------------------------------------------------
Eric Wong (2):
      chunked: limit to HTTP/1.1
      chunked: remove deprecation warning

 lib/rack/chunked.rb | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

-- 

--- 
You received this message because you are subscribed to the Google Groups "Rack Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rack-devel+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rack-devel/20220901214536.5469-1-e%4080x24.org.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-01 21:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-01 21:45 [PATCH|PULL 0/2] chunked: limit to HTTP/1.1, undeprecate Eric Wong
2022-09-01 21:45 ` [PATCH 1/2] chunked: limit to HTTP/1.1 Eric Wong
2022-09-01 21:45 ` [PATCH 2/2] chunked: remove deprecation warning Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).