thrift/lib/lua
longzhiri 03715899d2 THRIFT-5260 Fix the thrift compiler generate problematic lua code for the oneway method
Client: lua
Patch: longzhiri <persistentsnail@gmail.com>

This closes #2212

The oneway method's processor has no need to write the result to client, but it is necessary to return values of each handler's return.
2020-09-12 19:01:36 +02:00
..
src THRIFT-5259 Fix "Transport endpoint is not connected " error when running lua test server accepts a connection 2020-08-31 22:52:39 +02:00
coding_standards.md THRIFT-3148 Markdown links to coding_standards are dead 2015-05-13 21:40:26 +02:00
Makefile.am THRIFT-4896 - prevent cpp and c_glib include directories from leaking into other targets (#1821) 2019-07-01 14:07:45 -04:00
TBinaryProtocol.lua THRIFT-3196: Fix a typo in the lua TBinaryProtocol 2015-06-21 21:31:41 +02:00
TBufferedTransport.lua THRIFT-3598 TBufferedTransport doesn't instantiate client connection 2016-02-04 22:20:00 +09:00
TCompactProtocol.lua THRIFT-5262 Fix a encoding struct bug in the compact protocol implementation to lua 2020-08-31 22:46:43 +02:00
TFramedTransport.lua THRIFT-4591: optimize lua client to use one write per framed message (#1566) 2018-07-05 09:29:51 -04:00
Thrift.lua bump version 2019-10-17 20:31:24 +02:00
THttpTransport.lua Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0 2018-12-30 11:06:00 -05:00
TJsonProtocol.lua THRIFT-3631 JSON protocol implement for thrift-lua library. 2016-02-19 01:06:05 +09:00
TMemoryBuffer.lua THRIFT-2879 TMemoryBuffer: using lua string in wrong way 2014-12-08 20:54:46 +01:00
TProtocol.lua THRIFT-4024, THRIFT-4783: throw when skipping invalid type (#1742) 2019-02-14 16:46:38 -05:00
TServer.lua THRIFT-5260 Fix the thrift compiler generate problematic lua code for the oneway method 2020-09-12 19:01:36 +02:00
TSocket.lua THRIFT-1681: Add Lua Support Patch: Dave Watson 2014-04-05 00:50:35 +02:00
TTransport.lua THRIFT-1681: Add Lua Support Patch: Dave Watson 2014-04-05 00:50:35 +02:00