class Async::HTTP::Protocol::HTTP1::Connection

def read_fixed_body(length)

def read_fixed_body(length)
	Body::Fixed.new(@stream, length)
end