Correct signature in ARC-Seal on LF as linesep (LP: #2052720) - Thanks to Nikolay Vizovitin for the report and the fix
This commit is contained in:
@@ -58,7 +58,7 @@ def strip_trailing_lines(content):
|
||||
return content[:end]
|
||||
|
||||
def unfold_header_value(content):
|
||||
return re.sub(b"\r\n", b"", content)
|
||||
return re.sub(b"\r?\n", b"", content)
|
||||
|
||||
|
||||
def correct_empty_body(content):
|
||||
|
||||
Reference in New Issue
Block a user