Fix getDebug test

This commit is contained in:
Omar Shaban
2018-12-09 14:51:38 +01:00
parent 89efaf4c2d
commit 2c5a192cef

View File

@@ -29,7 +29,8 @@ foreach ( $lines as $line) {
if ($line == '<?xml version="1.0" encoding="UTF-8"?>' ||
FALSE !== strpos($line, 'Trying') ||
0 === strpos($line, 'Server') ||
0 === strpos($line, 'Hostname')) {
0 === strpos($line, 'Hostname') ||
0 === strpos($line, 'TCP_NODELAY')) {
$print = false;
} else {
$print = true;