oschwald commented on issue #7669: URL: https://github.com/apache/trafficserver/issues/7669#issuecomment-819550435
On unix systems, when you atomically replace a file (or use `rm` for that matter), the file is merely unlinked. The space associated with the file is not freed until all open file handles are closed. There is no need to keep it with a dummy name. See `rename(2) and `unlink(2)`. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
