Skip to content

[fix] http trackers: support responses with trailing bytes#431

Merged
ikatson merged 1 commit intomainfrom
http-trackers-trailing-bytes
Jun 24, 2025
Merged

[fix] http trackers: support responses with trailing bytes#431
ikatson merged 1 commit intomainfrom
http-trackers-trailing-bytes

Conversation

@ikatson
Copy link
Owner

@ikatson ikatson commented Jun 24, 2025

Occasionally, saw this in the logs:

librqbit_tracker_comms::tracker_comms: error calling tracker: deserialized successfully, but 1 bytes remaining

That trailing byte is probably a newline, but it doesn't matter really if we deserialized the main response successfully, we can just ignore it.

Occasionally, saw this in the logs:

```librqbit_tracker_comms::tracker_comms: error calling tracker: deserialized successfully, but 1 bytes remaining```

That trailing byte is probably a newline, but it doesn't matter really if we deserialized the main response successfully, we can just ignore it.
@ikatson ikatson merged commit 7ffeae5 into main Jun 24, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant