-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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 qgis server fcgi response destructor #59632
base: master
Are you sure you want to change the base?
Fix qgis server fcgi response destructor #59632
Conversation
🪟 Windows buildsDownload Windows builds of this PR for testing. 🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. |
97ebe44
to
fc27b8d
Compare
8a62b11
to
fcebbdc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer way much this solution that the one(s) before, thanks @benoitdm-oslandia 👍
Just a few comments
1def89d
to
00b994a
Compare
dfd986e
to
bf5724e
Compare
…heck, ../src by default
… in QgsFcgiServerResponse
86dbb51
to
6dcd431
Compare
Suppress wait in fcgi response destructor
In the previous version, the response destructor waited for the monitoring thread to end that may induce a 333ms sleep each time. We fix that by using a classic ptr to separate the thread and the response lifecycles.