Function eof [src]
Prototype
pub fn eof(c: Client) bool Parameters
c: Client Source
pub fn eof(c: Client) bool {
return c.received_close_notify;
} pub fn eof(c: Client) bool c: Client pub fn eof(c: Client) bool {
return c.received_close_notify;
}