mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	- Enable `master` parameter for `uswgi` configuration. It allows cleaning leaked processes if the parent process is closed unexpectedly or with SIGKILL command. Child processes follow to the master and kill themselves after the main process. Fixes #3855