Team_RPCtester created THRIFT-5808:
--------------------------------------
Summary: Different transport protocols can lead to varying outcomes
Key: THRIFT-5808
URL: https://issues.apache.org/jira/browse/THRIFT-5808
Project: Thrift
Issue Type: Bug
Affects Versions: 0.20.0, 0.19.0
Reporter: Team_RPCtester
Hi,
We discover an inconsistent behavior illustrated by the following example.
{code:java}
namespace go commonResource
service DataService {
i8 Method_0(1: i8 agr_method_0)
}
{code}
When using Go as the client and Node.js as the server, transmitting the value
51 for the i8 type results in an error ‘HTTP Response code 403’ under the
header_http-ip protocol. However, other protocols work correctly.
Can you help check this issue?
Thank you.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)