Team_RPCtester created THRIFT-5809:
--------------------------------------
Summary: Under header_http-ip-ssl protocol, Go will prompt TLS
handshake error
Key: THRIFT-5809
URL: https://issues.apache.org/jira/browse/THRIFT-5809
Project: Thrift
Issue Type: Bug
Reporter: Team_RPCtester
Hi,
We find that when using Node.js as the client and Go as the server, there is an
error on the server side: http: TLS handshake error from 127.0.0.1:42648: EOF.
This occurs under the header_http-ip-ssl protocol. Despite the error, the
server is still able to transmit the value. While other protocols do not prompt
this error.
The test case is as follows:
{code:java}
namespace go commonResource
service DataService {
i8 Method_0(1: i8 agr_method_0)
}
{code}
Thank you
--
This message was sent by Atlassian Jira
(v8.20.10#820010)