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

chore: add logs to help debugging tls issues in prod #340

Merged
merged 2 commits into from
Nov 12, 2024
Merged

chore: add logs to help debugging tls issues in prod #340

merged 2 commits into from
Nov 12, 2024

Conversation

romange
Copy link
Owner

@romange romange commented Nov 12, 2024

No description provided.

@romange romange requested a review from chakaz November 12, 2024 09:57
chakaz
chakaz previously approved these changes Nov 12, 2024
// log any errors as well as situations where we have unflushed output.
if (esz.error() != errc::connection_aborted || engine_->OutputPending() > 0) {
VSOCK(1) << "HandleUpstreamRead failed " << esz.error();
return esz.error();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: no need for this early return

@romange romange merged commit 55d90aa into master Nov 12, 2024
5 checks passed
@romange romange deleted the Pr2 branch November 12, 2024 12:38
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.

2 participants