Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for PR #799 #809

Merged
merged 3 commits into from May 19, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

xs params: show status code in error log

  • Loading branch information
feross committed May 19, 2016
commit f0a035ae321dbf3ab8c6191b39017f7e0666ba55
@@ -415,7 +415,7 @@ Torrent.prototype._getMetadataFromServer = function () {
return cb(null)
}
if (res.statusCode !== 200) {
self._debug('non-200 status code from xs param: %s', url)
self._debug('non-200 status code %s from xs param: %s', res.statusCode, url)
return cb(null)
}

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.