fn find_header_end(buf: &[u8]) -> Option<usize>
Byte offset after the blank line that ends the header block (\n\n or \r\n\r\n).
\n\n
\r\n\r\n