We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c9ff6e + 7eb16d7 commit fea0f5bCopy full SHA for fea0f5b
tests/019.solrclient_getdebug.phpt
@@ -33,7 +33,8 @@ foreach ( $lines as $line) {
33
0 === strpos($line, 'Hostname') ||
34
0 === strpos($line, 'TCP_NODELAY') ||
35
0 === strpos($line, 'Accept-Encoding') ||
36
- 0 === strpos($line, 'Curl_http_done')
+ 0 === strpos($line, 'Curl_http_done') ||
37
+ 0 === strpos($line, 'processing:')
38
) {
39
$print = false;
40
} else {
0 commit comments