Changeset 7adf50
- Timestamp:
- 09/07/2008 08:46:41 AM (17 years ago)
- Children:
- bd8dcb
- Parents:
- 67c0069
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libtorrent/src/http_tracker_connection.cpp
r67c0069 r7adf50 92 92 if (pos == std::string::npos) 93 93 { 94 fail(-1, ("scrape is not available on url: '"95 + req.url +"'").c_str());94 //fail(-1, ("scrape is not available on url: '" 95 // + req.url +"'").c_str()); 96 96 return; 97 97 }
Note:
See TracChangeset
for help on using the changeset viewer.