* Implemented SEND_LISTING mode in the session proxy
[citadel.git] / ctdlphp / ctdlprotocol.php
index 7770364112ffe252bf9ff5c583a8be43e992a79e..ff23a05b61b3df2e5553c7d117d323ebc60a45e3 100644 (file)
@@ -27,6 +27,7 @@ function serv_puts($buf) {
        global $clientsocket;
        
        fwrite($clientsocket, $buf . "\n", (strlen($buf)+1) );
+       fflush($clientsocket);
 }