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

Allows customization of webseed http requests through an options call… #1613

Open
wants to merge 2 commits into
base: master
from
Open
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

Prev

Fixes Standard linting.

  • Loading branch information
guanzo committed Apr 9, 2019
commit f9ab20d1b3ae223c033b5b7b163e8452858b26dd
@@ -119,7 +119,7 @@ class WebConn extends Wire {
}
}
if (this._torrent._getWebseedOpts) {
opts = this._torrent._getWebseedOpts(opts)
opts = this._torrent._getWebseedOpts(opts)
}
function onResponse (res, data) {
if (res.statusCode < 200 || res.statusCode >= 300) {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.