소스 검색

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 {


불러오는 중...
취소
저장