summaryrefslogtreecommitdiff
path: root/sapi/fpm/tests/fcgi.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/fpm/tests/fcgi.inc')
-rw-r--r--sapi/fpm/tests/fcgi.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/fpm/tests/fcgi.inc b/sapi/fpm/tests/fcgi.inc
index 29b7b20c0a..7e3ad0514b 100644
--- a/sapi/fpm/tests/fcgi.inc
+++ b/sapi/fpm/tests/fcgi.inc
@@ -603,7 +603,7 @@ class Client
}
if ($resp['type'] == self::END_REQUEST) {
$this->_requests[$resp['requestId']]['state'] = self::REQ_STATE_OK;
- if ($resp['requestId'] == $requestId) {
+ if ($resp['requestId'] == $requestId) {
break;
}
}