stale[bot] closed pull request #2016:
URL: https://github.com/apache/thrift/pull/2016
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go t
longzhiri opened a new pull request #2214:
URL: https://github.com/apache/thrift/pull/2214
Client:lua
code in lib/lua/TCompactProtocol.lua as follow:
```lua
function TCompactProtocol:writeStructBegin(name)
self.lastFieldIndex = self.lastFieldIndex + 1
self.lastFi
zero created THRIFT-5262:
Summary: Fix a encoding struct bug in the compact protocol
implementation to lua
Key: THRIFT-5262
URL: https://issues.apache.org/jira/browse/THRIFT-5262
Project: Thrift
Iss