fn ping()

in src/codec/ping.rs [17:19]


    fn ping(buf: &mut Session) {
        let _ = buf.write_all(b"PING\r\n");
    }