commit | e134041910aa3ea908c3891c3f56e5468ba6ed4e | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Thu Dec 28 16:09:36 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Dec 29 16:33:41 2017 +0100 |
tree | c8d07ad387704f3812c5da91c4a06b4cea18ccc6 | |
parent | 149a81a443a30fd8b23184447cc8a571fcbe0451 [diff] |
MINOR: don't close stdio anymore Closing the standard IO FDs (0,1,2) can be troublesome, especially in the case of the master-worker. Instead of closing those FDs, they are now pointing to /dev/null which prevents sending debugging messages to the wrong FDs. This patch could be backported in 1.8.