ring

Casey 2025-10-14T08:03:05.538569Z

Are there any plans to add SizableResponseBody to ring spec officially alongside StreamableResponseBody?

weavejester 2025-10-15T18:34:32.104779Z

SizeableResponseBody is specifically for the wrap-content-length middleware. It's not part of the core specification.

Casey 2025-10-15T18:48:13.659929Z

Gotcha ok. I understood > The current plan is to add this to Ring 1.15. (https://github.com/ring-clojure/ring/issues/519#issuecomment-3004600742) > To mean adding it to the spec, my misunderstanding. Thanks for clarifying