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

pgwire: fix an assertion #74529

Merged
merged 1 commit into from
Jan 6, 2022
Merged

pgwire: fix an assertion #74529

merged 1 commit into from
Jan 6, 2022

Conversation

knz
Copy link
Contributor

@knz knz commented Jan 6, 2022

When a client connects over a unix socket, we don't support TLS.
The assertion for this was wrong, it did not properly report
the invalid situation to the client.

We can't really test this - I was not able to find a single client
that gets this wrong.

Release note: None

When a client connects over a unix socket, we don't support TLS.
The assertion for this was wrong, it did not properly report
the invalid situation to the client.

We can't really test this - I was not able to find a single client
that gets this wrong.

Release note: None
@knz knz requested a review from rafiss January 6, 2022 15:50
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@knz
Copy link
Contributor Author

knz commented Jan 6, 2022

TFYR!

bors r=rafiss

@craig
Copy link
Contributor

craig bot commented Jan 6, 2022

Build succeeded:

@craig craig bot merged commit 20ec845 into cockroachdb:master Jan 6, 2022
@knz knz deleted the 20220106-unix-ssl branch January 6, 2022 17:54
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.

3 participants