ci-test #4

Closed
palkan wants to merge 11 commits from ci-test into develop_php
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 868753ed8c - Show all commits

View File

@ -69,7 +69,7 @@ function scanner($channel, $port) {
} }
while (1) { while (1) {
$buffer = fgets($fp, 4096); $buffer = fgets($fp, 4096);
$rv=explode("\n", $buffer); $rv=explode("\n", $buffer);
if ($buffer === false) { if ($buffer === false) {
if (!empty($routingTag)) { if (!empty($routingTag)) {