pub fn split_eol(line: &str) -> (&str, &str)
_split_eol: return (body, eol) where eol is \r\n, \n, \r or empty.
_split_eol
(body, eol)
eol
\r\n
\n
\r