Dmytro Shteflyuk created THRIFT-6021:
----------------------------------------
Summary: When C++ client with HTTP transport calls a oneway RPC
method, it must not expect a response
Key: THRIFT-6021
URL: https://issues.apache.org/jira/browse/THRIFT-6021
Project: Thrift
Issue Type: Bug
Reporter: Dmytro Shteflyuk
Assignee: Dmytro Shteflyuk
As found in the cross-tests, C++ HTTP client cannot reliably call oneway RPC
methods, failing "no more data to read":
{noformat}
testClient.testOneway(1) => success
re-test testI32(-1)
TTransportException: No more data to read.
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)