whitespace httpd.c

This commit is contained in:
F. Duncanh
2025-08-25 01:41:12 -04:00
parent 14463c04a8
commit e0ee600e3e

View File

@@ -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)) {