|
|
@ -813,7 +813,7 @@ static void loop_handle_reads_writes(struct mosquitto_db *db, struct pollfd *pol
|
|
|
|
continue;
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}while(SSL_DATA_PENDING(context));
|
|
|
|
}while(SSL_DATA_PENDING(context));
|
|
|
|
}
|
|
|
|
}else{
|
|
|
|
#ifdef WITH_EPOLL
|
|
|
|
#ifdef WITH_EPOLL
|
|
|
|
if(events & (EPOLLERR | EPOLLHUP)){
|
|
|
|
if(events & (EPOLLERR | EPOLLHUP)){
|
|
|
|
#else
|
|
|
|
#else
|
|
|
@ -823,6 +823,7 @@ static void loop_handle_reads_writes(struct mosquitto_db *db, struct pollfd *pol
|
|
|
|
continue;
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|