class Protocol::HTTP::Body::Buffered

def close_write(error)

Close the body for writing. This is a no-op.
def close_write(error)
	# Nothing to do.
end