You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Block remote config signals during ftp functions (#2957)
* Reduce the amount of diagnostic messages sent
Done by deduplicating them.
Signed-off-by: Bob Weinand <[email protected]>
Handle case where the applictaion is stopped without other telemetry sent
This lead down to a path where the Stop action was actually enqueued without being ever causing a removal of the Application instances.
Signed-off-by: Bob Weinand <[email protected]>
* Fix appsec format
Signed-off-by: Bob Weinand <[email protected]>
* Block remote config signals during ftp functions
These are sensitive to EINTR, so block the signal during their execution.
Fixes#2952.
Signed-off-by: Bob Weinand <[email protected]>
* Avoid redundant signal checking on linux
Signed-off-by: Bob Weinand <[email protected]>
---------
Signed-off-by: Bob Weinand <[email protected]>
0 commit comments