]> source.dussan.org Git - rspamd.git/commit
[Rework] Rework lua_tcp to allow TCP dialog
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 29 Dec 2016 15:50:29 +0000 (15:50 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 29 Dec 2016 18:58:16 +0000 (18:58 +0000)
commit6c28de22d121ad73faca2e8cc15f049c510dd068
treece0d662157cbe51fbe074efa96d5b074211c64a6
parent91085e2704de34f13ed6c3a4be4e53ea357f6ff4
[Rework] Rework lua_tcp to allow TCP dialog

- Now, lua_tcp has a chain of read and write events that are processed
  in order
- The old API wasn't touched, however, new style API will be possible
- Partial lua_tcp might be broken, so I need to revisit all plugins that
  use lua_tcp

Issue: #1224
src/lua/lua_tcp.c