mdedetrich opened a new pull request, #177: URL: https://github.com/apache/incubator-pekko-http/pull/177
This should properly restore the old behaviour, i.e. before https://github.com/apache/incubator-pekko-http/pull/170 was merged. Manually creating shut down hooks can create leaks and `java.io.File.deleteOnExit` only creates a single shutdownhook and maintains an internal collection of files to be deleted. Doesn't resolve https://github.com/apache/incubator-pekko-http/issues/175 but at least it removes the current problematic cases of it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
