class Protocol::HTTP::Body::Buffered

def discard

Discard the body. Invokes {#close}.
def discard
	# It's safe to call close here because there is no underlying stream to close:
	self.close
end