class Rack::BodyProxy

def closed?

and becomes closed on the first call to close.
Whether the proxy is closed. The proxy starts as not closed,
def closed?
  @closed
end