Skip to content

fix(handshake): avoid stderr output while polling#136

Merged
littledivy merged 1 commit into
mainfrom
orch/divybot-472
Jun 5, 2026
Merged

fix(handshake): avoid stderr output while polling#136
littledivy merged 1 commit into
mainfrom
orch/divybot-472

Conversation

@divybot

@divybot divybot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Remove the unconditional stderr diagnostic from the spawned hyper connection polling task used by the client handshake. Handshake, request, and upgrade errors still flow through the existing Result-returning path instead of library-internal logging.

Tests:

  • cargo fmt --check
  • cargo test --features upgrade --test upgrade
  • cargo test --features upgrade
  • cargo test --all-features

Closes #109
Closes denoland/divybot#472

Co-Authored-By: Divy Srivastava <me@littledivy.com>
@littledivy littledivy merged commit 879b2a3 into main Jun 5, 2026
6 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.

Error while polling connection prints to stderr

2 participants