class Protocol::HTTP::Body::ZStream
def close(error = nil)
Close the stream.
def close(error = nil) if stream = @stream @stream = nil stream.close unless stream.closed? end super end
def close(error = nil) if stream = @stream @stream = nil stream.close unless stream.closed? end super end