fn write_response( stream: &mut TcpStream, status: u16, content_type: &str, body: &[u8], close: bool, ) -> Result<()>