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

fix: wrong handshake when tunnel request over cluster #48

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

giangndm
Copy link
Contributor

@giangndm giangndm commented Sep 9, 2024

With cluster tunnel we need to attach handshake to connect request message

@giangndm giangndm merged commit fa3c018 into 8xFF:main Sep 9, 2024
9 checks passed
Copy link

codecov bot commented Sep 9, 2024

Codecov Report

Attention: Patch coverage is 0% with 80 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@fa4f7cb). Learn more about missing BASE report.

Files with missing lines Patch % Lines
crates/relayer/src/proxy_listener/cluster.rs 0.00% 21 Missing ⚠️
crates/relayer/src/agent_worker.rs 0.00% 12 Missing ⚠️
crates/relayer/src/tunnel.rs 0.00% 12 Missing ⚠️
crates/relayer/src/proxy_listener/tcp.rs 0.00% 9 Missing ⚠️
crates/relayer/src/main.rs 0.00% 8 Missing ⚠️
...es/relayer/src/proxy_listener/tcp/http_detector.rs 0.00% 6 Missing ⚠️
...es/relayer/src/proxy_listener/tcp/rtsp_detector.rs 0.00% 6 Missing ⚠️
...tes/relayer/src/proxy_listener/tcp/tls_detector.rs 0.00% 6 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##             main     #48   +/-   ##
======================================
  Coverage        ?   0.00%           
======================================
  Files           ?      28           
  Lines           ?    1547           
  Branches        ?       0           
======================================
  Hits            ?       0           
  Misses          ?    1547           
  Partials        ?       0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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