class Async::HTTP::Protocol::HTTP1::Finishable

def read

def read
	@reading = true
	
	super
end