Closed blueeberry0o closed 4 years ago
I recommend not writing WARC files with line folding. Since there's no line length limit and there's no standard header fields that should reasonably contain multiline content I don't see any reason to use it. There's also the practical reason that implementations vary on whether the line-break or leading white space is interpreted as part of the field value.
Note also that this feature was copied from HTTP but was deprecated in the newer HTTP standards.
Thank you a lot @ato for your answer and the given RFC-Link! This perfectly answers the question.
In The WARC File Format under point 4 "File and record Model" in the 5th passage is written:
But there is no further explanation or description when it should be used while creating/writting a WARC-File, I also found no line capacity or max size definition. Does that mean this is only for WARC/1.0 convertion and should not be used or did I miss a point where this was further explained?