浏览代码

Must call next_url if the current url cannot be requested.

master
Richard Nyberg 18 年前
父节点
当前提交
acc03a93e2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      btpd/tracker_req.c

+ 1
- 0
btpd/tracker_req.c 查看文件

@@ -117,6 +117,7 @@ tr_send(struct torrent *tp, enum tr_event event)

if ((op == NULL ||
(tr->req = op->request(tp, event, get_url(tr))) == NULL)) {
next_url(tr);
tr->ttype = TIMER_RETRY;
btpd_ev_add(&tr->timer, (& (struct timeval) { 20, 0 }));
} else {


||||||
x
 
000:0
正在加载...
取消
保存