-
-
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
Draft
benoitdm-oslandia
wants to merge
15
commits into
qgis:master
Choose a base branch
from
benoitdm-oslandia:fix/fcgi_response_destructor
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Fix qgis server fcgi response destructor #59632
benoitdm-oslandia
wants to merge
15
commits into
qgis:master
from
benoitdm-oslandia:fix/fcgi_response_destructor
Commits on Nov 28, 2024
-
fix(qgisserver): 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.
Configuration menu - View commit details
-
Copy full SHA for fc27b8d - Browse repository at this point
Copy the full SHA fc27b8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8184ab - Browse repository at this point
Copy the full SHA d8184abView commit details -
clang-tidy: remove clang-analyzer-optin.cplusplus.VirtualCall warning…
… in QgsFcgiServerResponse
Configuration menu - View commit details
-
Copy full SHA for 1e68718 - Browse repository at this point
Copy the full SHA 1e68718View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56653a5 - Browse repository at this point
Copy the full SHA 56653a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a2a895 - Browse repository at this point
Copy the full SHA 1a2a895View commit details
Commits on Nov 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb56247 - Browse repository at this point
Copy the full SHA cb56247View commit details -
Configuration menu - View commit details
-
Copy full SHA for 118fa2e - Browse repository at this point
Copy the full SHA 118fa2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76e27d7 - Browse repository at this point
Copy the full SHA 76e27d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 762d756 - Browse repository at this point
Copy the full SHA 762d756View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31f381d - Browse repository at this point
Copy the full SHA 31f381dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98cf442 - Browse repository at this point
Copy the full SHA 98cf442View commit details
Commits on Dec 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 83b5c03 - Browse repository at this point
Copy the full SHA 83b5c03View commit details -
Configuration menu - View commit details
-
Copy full SHA for c344443 - Browse repository at this point
Copy the full SHA c344443View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ccbdb8 - Browse repository at this point
Copy the full SHA 2ccbdb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ec44a0 - Browse repository at this point
Copy the full SHA 1ec44a0View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.