--- a/daemon/remote.c 2017-09-18 10:55:08.000000000 +0200 +++ b/daemon/remote.c 2018-04-09 10:55:46.719032250 +0200 @@ -1644,6 +1644,7 @@ struct reply_info* d = (struct reply_info*)e->data; if(d->ttl > inf->expired) { d->ttl = inf->expired; + d->prefetch_ttl = inf->expired; inf->num_msgs++; } }