mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
whitespace httpd.c
This commit is contained in:
@@ -444,7 +444,7 @@ httpd_thread(void *arg)
|
||||
logger_log(httpd->logger, LOGGER_DEBUG,"\nhttpd: current connections:");
|
||||
for (int i = 0; i < httpd->max_connections; i++) {
|
||||
http_connection_t *connection = &httpd->connections[i];
|
||||
if(!connection->connected) {
|
||||
if (!connection->connected) {
|
||||
continue;
|
||||
}
|
||||
if (!FD_ISSET(connection->socket_fd, &rfds)) {
|
||||
|
||||
Reference in New Issue
Block a user