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

heroku[router]: at=error code=H15 desc="Idle connection" method=GET path="/" #1

Open
draeder opened this issue Feb 13, 2021 · 0 comments
Assignees
Labels
wontfix This will not be worked on

Comments

@draeder
Copy link
Owner

draeder commented Feb 13, 2021

Heroku repeatedly produces the following error after a client connects to the tracker:

2021-02-13T16:54:08.583372+00:00 heroku[router]: at=error code=H15 desc="Idle connection" method=GET path="/" host=ws.peer.ooo request_id=344c3552-3eb5-4ae6-a989-50bd1b6d933d fwd="123.123.123.123" dyno=web.1 connect=0ms service=56234ms status=503 bytes= protocol=https

Due to the nature of BitTorrent trackers, web sockets is used only to establish communication between peers. No further connection is needed once the peers are connected, so the web sockets channels are closed.

This is a benign error, and will not be addressed. See: https://stackoverflow.com/a/59941248/1551027

@draeder draeder added the wontfix This will not be worked on label Feb 13, 2021
@draeder draeder self-assigned this Feb 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant