Changeset 4067
- Timestamp:
- Dec 5, 2007, 3:38:07 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9x/libtransmission/tracker.c
r4066 r4067 749 749 req->req = evhttp_request_new( onScrapeResponse, torrentHashNew( handle, tracker ) ); 750 750 req->reqtype = TR_REQ_SCRAPE; 751 tr_asprintf( &req->uri, "%s%cinfo_hash=%s", a->scrape, strchr(a->scrape,'?')?'&':'?', tracker->escaped );751 asprintf( &req->uri, "%s%cinfo_hash=%s", a->scrape, strchr(a->scrape,'?')?'&':'?', tracker->escaped ); 752 752 memcpy( req->torrent_hash, tracker->hash, SHA_DIGEST_LENGTH ); 753 753 addCommonHeaders( tracker, req->req );
Note: See TracChangeset
for help on using the changeset viewer.