class Protocol::HTTP::Body::Stream

def close_write

close must never be called on the input stream. huh?
def close_write
	@output&.close
end