Jean-Charles Quillet created THRIFT-5882: --------------------------------------------
Summary: [c++] Is using the "header" transport supported ? Key: THRIFT-5882 URL: https://issues.apache.org/jira/browse/THRIFT-5882 Project: Thrift Issue Type: Question Components: C++ - Library Affects Versions: 0.22.0 Reporter: Jean-Charles Quillet In the TestServer.cpp and TestClient.cpp I can see that it is not possible to choose the "header" transport, one can only choose the "header" protocol. Then I'm wondering, is using the "header" transport a supported use case? For the context, I work on a cpp server that use the "buffered" transport over the "binary" protocol. I need it to be able to answer to clients using the same stack for backward compatibility as well as client which sends headers along requests (transport and protocol to be defined accordingly). I was thinking about moving the transport of the server from "buffered to "header". But I could not find evidence that it is a supported use case looking at the documentation and the test. -- This message was sent by Atlassian Jira (v8.20.10#820010)