class Protocol::HTTP::Body::Buffered

def clear

Clear the buffered chunks.
def clear
	@chunks = []
	@length = 0
	@index = 0
end