class Protocol::Rack::Body::InputWrapper

def read

def read
	@io&.read(@block_size)
end