Changeset 44860
- Timestamp:
- May 1, 2020, 4:22:08 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek.h
r44858 r44860 736 736 if(pic == 1) 737 737 { 738 //if(ssl == 1)739 //gethttps(link, localfile, NULL, NULL, NULL, NULL, 0);740 //else if(usecmd == 0 && tithekdownloadcount >= 24) //start max 24 threads741 if(usecmd == 0 && ssl == 0 && tithekdownloadcount >= 24) //start max 24 threads738 if(ssl == 1) 739 gethttps(link, localfile, NULL, NULL, NULL, NULL, 0); 740 else if(usecmd == 0 && tithekdownloadcount >= 24) //start max 24 threads 741 // if(usecmd == 0 && ssl == 0 && tithekdownloadcount >= 24) //start max 24 threads 742 742 gethttp(ip, path, port, localfile, pw, timeout, NULL, 0); 743 743 else … … 747 747 if(dnode != NULL) 748 748 { 749 if(ssl == 1)750 dnode->link = ostrcat(link, NULL, 0, 0);749 // if(ssl == 1) 750 // dnode->link = ostrcat(link, NULL, 0, 0); 751 751 if(usecmd == 1) 752 752 dnode->cmd = ostrcat(link, NULL, 0, 0);
Note: See TracChangeset
for help on using the changeset viewer.