-
Notifications
You must be signed in to change notification settings - Fork 209
Correct handling of SSL mode always for PostgreSQL #1413
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
Conversation
|
I am not able to evaluate but now this changes the behavior of vertx-sql-client/vertx-pg-client/src/main/java/io/vertx/pgclient/impl/PgConnectionFactory.java Lines 86 to 95 in a2d2f90
Previously canceled requests did not send Startup. For this I suggest pass a flag |
vertx-pg-client/src/test/java/io/vertx/pgclient/junit/ContainerPgRule.java
Show resolved
Hide resolved
|
@pendula95 a couple of concerns raised |
|
You are quite right, I have corrected everything here: #1421 Sorry for creating additional PRs but as I dont have permissions to directly commit here I dont see any other way |
|
@pendula95 don't be sorry, that's how it is supposed to be done |
…ancelling a request it should not be sent.
No description provided.