X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_send.c;h=ce2fd09c45ac71215dda23370b73faaf75fb8dc6;hp=f8ee656baa8f4c02b5386d724d5f9be55b5b3e95;hb=08d6590e06651c856015f785d89b43044081a224;hpb=3ac7a00c79a39801f497b48385dae580a08c3cf8 diff --git a/http_send.c b/http_send.c index f8ee656b..ce2fd09c 100644 --- a/http_send.c +++ b/http_send.c @@ -98,16 +98,14 @@ static void http_send(long unsigned current_chunk, static void http_post_select(fd_set *rfds, __a_unused fd_set *wfds) { - int ret, i = -1, match; + int ret, match; struct sender_client *sc, *tmp; struct private_http_sender_data *phsd; if (listen_fd < 0) return; list_for_each_entry_safe(sc, tmp, &clients, node) { - i++; phsd = sc->private_data; -// PARA_DEBUG_LOG("handling client %d: %s\n", i, remote_name(sc->fd)); switch (phsd->status) { case HTTP_STREAMING: /* nothing to do */ break;