[GitHub] [thrift] stale[bot] closed pull request #2016: TNonblockingSSLServerTest.cpp: add missing include signal.h on Linux

2020-08-08 Thread GitBox
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

[GitHub] [thrift] longzhiri opened a new pull request #2214: THRIFT-5262 Fix a encoding struct bug in the compact protocol implementation to lua

2020-08-08 Thread GitBox
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

[jira] [Created] (THRIFT-5262) Fix a encoding struct bug in the compact protocol implementation to lua

2020-08-08 Thread zero (Jira)
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