Josip Sokcevic created THRIFT-4656: -------------------------------------- Summary: infinite loop in latest PHP library Key: THRIFT-4656 URL: https://issues.apache.org/jira/browse/THRIFT-4656 Project: Thrift Issue Type: Bug Components: PHP - Library Reporter: Josip Sokcevic Fix For: 0.12.0
The latest PHP library can enter into infinite loop state when specific payload is returned: HTTP status: 200 Response body: <empty> It was introduced with THRIFT-4645, where check was replaced from {code:java} !$this->response_{code} to {code:java} $this->response_ === false{code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)