From 44773a480d8fe32e97da44afd01e5882a480d136 Mon Sep 17 00:00:00 2001 From: Jason Butz Date: Fri, 25 Aug 2017 07:16:21 -0400 Subject: doc: Explain error behavior in user data include file format. Update user data 'include file' format documentation to explain the behavior that occurs when an error occurs while reading a file. --- doc/rtd/topics/format.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/rtd/topics/format.rst b/doc/rtd/topics/format.rst index 436eb00f..e25289ad 100644 --- a/doc/rtd/topics/format.rst +++ b/doc/rtd/topics/format.rst @@ -85,6 +85,7 @@ This content is a ``include`` file. The file contains a list of urls, one per line. Each of the URLs will be read, and their content will be passed through this same set of rules. Ie, the content read from the URL can be gzipped, mime-multi-part, or plain text. +If an error occurs reading a file the remaining files will not be read. Begins with: ``#include`` or ``Content-Type: text/x-include-url`` when using a MIME archive. -- cgit v1.2.3