C++ THttpTransport doesn't support chucked transfer encoding
------------------------------------------------------------
Key: THRIFT-1030
URL: https://issues.apache.org/jira/browse/THRIFT-1030
Project: Thrift
Issue Type: Improvement
Components: C++ - Library
Affects Versions: 0.5
Reporter: changning zhou
With the chucked transfer encoding, the response of HTTP doesn't have
"content-length", instead it has "transfer-encoding:chunked", and send the
content by chucks. But the c++ thrift library will treat it as no data, and
throw TTransportException.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.