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 issue #26 on DB Connection closed in Admin #27

Merged
merged 1 commit into from May 12, 2020

Conversation

fredericBregier
Copy link
Collaborator

In admin interface, espcially in Responsive mode, the DbConnection sometimes
seems closed and not reopened as it should be.

Since the new model of connections is to not keep the connections opens but to
reopen it as much as we need it (seems not to have big impact, and in particular
for Web Admin interface, it should not have any impact), this fix removes the
database keeping rule replacing by the underlying native pooling connections.

This fix is made for all Admin Interface: R66, GWFTP, ProxyR66.

This is only a fix for #26 , not an evolution.

In admin interface, espcially in Responsive mode, the DbConnection sometimes
seems closed and not reopened as it should be.
Since the new model of connections is to not keep the connections opens but to
reopen it as much as we need it (seems not to have big impact, and in particular
for Web Admin interface, it should not have any impact), this fix removes the
database keeping rule replacing by the underlying native pooling connections.

This fix is made for all Admin Interface: R66, GWFTP, ProxyR66.

This is only a fix for waarp#26, not an evolution.
@fredericBregier fredericBregier merged commit e5a7bd4 into waarp:v3.3 May 12, 2020
@fredericBregier fredericBregier deleted the v3.3.3.httpsconnection branch May 12, 2020 08:28
@fredericBregier fredericBregier added the bug Something isn't working label May 13, 2020
@fredericBregier fredericBregier added this to the 3.3.3 milestone May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant