clones: set unix socket to autoflush just in case
commitbf1b5e18961a9968325287d6b243747428f9022a
authorKyle J. McKay <mackyle@gmail.com>
Wed, 7 Oct 2015 00:06:46 +0000 (6 17:06 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 7 Oct 2015 00:06:46 +0000 (6 17:06 -0700)
tree2e73dcef5d4f742818bb1554a30fcf16d362cb11
parentbb78563d07240b8a87850e567e300f75b0045522
clones: set unix socket to autoflush just in case

When initiating a clone, a "clone <proj>" message is sent to
the taskd.pl's unix socket.  Make sure the connection is in
autoflush mode so it doesn't accidentally get dropped when
the socket is closed.

The socket will likely be created in autoflush mode already,
but set the flag just in case it hasn't been (older Perls or
other inexplicable reason).

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Project.pm
toolbox/remirror-project.pl