sveneld commented on PR #3515:
URL: https://github.com/apache/thrift/pull/3515#issuecomment-4582323657

   @kpumuk Tested after #3514 merged — unfortunately it didn't fix 
`php-cpp_*_http-ip`. The remaining failure isn't on the PHP side; it's a C++ 
`THttpClient` bug: when the server emits `Connection: close` and tears down the 
TCP connection (which PHP's built-in `cli-server` does by design), the C++ 
client doesn't reopen the socket on the next call and dies with a broken-pipe / 
buffer-refill error on the second RPC over the same client instance.
   
   Filed as [THRIFT-6060](https://issues.apache.org/jira/browse/THRIFT-6060). 
The 4 `php-cpp_*_http-ip` entries stay in `known_failures_Linux.json` until 
that lands.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to