More WTP work...
FossilOrigin-Name: afda76caa13c6b6daf59e1482844be8c1a0b6aa26760175f105c1b1aecbbb448
This commit is contained in:
@ -106,7 +106,7 @@ int cw_send_request(struct conn *conn,int msg_id)
|
||||
}
|
||||
|
||||
if ( rc <0 && errno != EAGAIN) {
|
||||
cw_log(LOG_ERR,"Error reading from %s:%s",sock_addr2str(&conn->addr),strerror(errno));
|
||||
cw_log(LOG_ERR,"Can't read from %s: %s",sock_addr2str(&conn->addr),strerror(errno));
|
||||
}
|
||||
if ( rc <0 && errno == EAGAIN) {
|
||||
errno=ETIMEDOUT;
|
||||
|
Reference in New Issue
Block a user