THRIFT-1413: Generated code does not read MapEnd / ListEnd / SetEnd
authorJake Farrell <jfarrell@apache.org>
Mon, 31 Oct 2011 14:13:13 +0000 (14:13 +0000)
committerJake Farrell <jfarrell@apache.org>
Mon, 31 Oct 2011 14:13:13 +0000 (14:13 +0000)
commit601bb5e87feb0b88c1fdbaeb087a8a656c5290a1
tree23d42799f2e1c4666ca31524012a76351eb0d2f2
parent73a921f85c57fd9dda26f91405999455eab8582b
THRIFT-1413: Generated code does not read MapEnd / ListEnd / SetEnd
Client: delphi
Patch: Jens Geyer

The generated code lacks calls to ReadMapEnd, ReadListEnd and ReadSetEnd. Although actually no problem occurs with the BinaryProtocol, other protocols (like JSON) do some important things there.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1195466 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_delphi_generator.cc