benoitc cc7f595adc Enable stdio inheritance.
Enable inheritance for stdio file descriptors in daemon mode. It allows
you in daemon mode to redirect the output to a file if needed.

By default in daemon mode gunicorn will close all file handle except if
you pass the "-R" options. In this cases STDIO will be preserved.

fix #309
2013-04-23 16:23:46 +02:00
..
2012-12-24 09:53:03 +01:00
2013-04-23 16:23:46 +02:00
2012-12-24 09:53:03 +01:00