X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FTak.git;a=blobdiff_plain;f=lib%2FTak%2FSTDIOSetup.pm;h=d090f06965238c0974a28bd00ad3cabacdd7c0f8;hp=1a9fc9e905a8aab46ee5dc71a81fe87c2df328bf;hb=9df46eb8e416e9e16d5532b305c787e12f1879de;hpb=3e8833259b5bf95efa2137543051a35e7655e1d3 diff --git a/lib/Tak/STDIOSetup.pm b/lib/Tak/STDIOSetup.pm index 1a9fc9e..d090f06 100644 --- a/lib/Tak/STDIOSetup.pm +++ b/lib/Tak/STDIOSetup.pm @@ -38,7 +38,9 @@ sub run { $0 = 'tak-stdio-node'; } log_debug { "Node starting" }; - print $stdout "UP\n"; + # Tell the other end that we've finished messing around with file + # descriptors and that it's therefore safe to start sending requests. + print $stdout "Ssyshere\n"; Tak->loop_until($done); }