Jean-Charles Quillet created THRIFT-5884: --------------------------------------------
Summary: [c++] Using the "header" protocol makes TestServer.cpp raise errors Key: THRIFT-5884 URL: https://issues.apache.org/jira/browse/THRIFT-5884 Project: Thrift Issue Type: Bug Components: C++ - Library Affects Versions: 0.22.0 Reporter: Jean-Charles Quillet When running {code:java} ./bin/TestServer --protocol header {code} and {noformat} ./bin/TestClient --protocol header{noformat} or {noformat} ./bin/TestClient{noformat} The server reports errors: {code:java} Thrift: Thu Jun 19 15:16:15 2025 TSocket::write_partial() send() <Host: 127.0.0.1 Port: 53574>: Broken pipe Thrift: Thu Jun 19 15:16:15 2025 TConnectedClient input close failed: write() send(): Broken pipe Thrift: Thu Jun 19 15:16:15 2025 TSocket::write_partial() send() <Host: 127.0.0.1 Port: 53574>: Broken pipe Thrift: Thu Jun 19 15:16:15 2025 TConnectedClient output close failed: write() send(): Broken pipe{code} That's the same error when using "header" transport (see THRIFT-5883). -- This message was sent by Atlassian Jira (v8.20.10#820010)