]> Sergey Matveev's repositories - public-inbox.git/commit
t/httpd-corner: avoid clobbering existing FDs after fork
authorEric Wong <e@80x24.org>
Sat, 5 Mar 2016 07:35:22 +0000 (07:35 +0000)
committerEric Wong <e@80x24.org>
Sat, 5 Mar 2016 07:35:22 +0000 (07:35 +0000)
commit288f29a022b6b72ec460cf5bf34a183f1b54cc4c
tree8f8ddb6cd13e6ba1532f45eff54a5f5e621641be
parent19ccb17a3949bc82bf706cf68c629b0e0d25962e
t/httpd-corner: avoid clobbering existing FDs after fork

Due to the deterministic way reference counting works,
we do not want to drop references to existing FDs
even if we no longer need the glob reference; the actual
FD is all we can pass through on exec.
t/httpd-corner.t