]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Document some lua_tcp request parameters 1079/head
authorAndrew Lewis <nerf@judo.za.org>
Fri, 28 Oct 2016 08:02:05 +0000 (10:02 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Fri, 28 Oct 2016 08:02:05 +0000 (10:02 +0200)
src/lua/lua_tcp.c

index a6cbf1f4201680dabc8b41f293f1c9a3879d3084..63c9f8a074c90b33ce9f14237281fab823ff7923 100644 (file)
@@ -535,6 +535,8 @@ lua_tcp_arg_toiovec (lua_State *L, gint pos, rspamd_mempool_t *pool,
  * - `timeout`: floating point value that specifies timeout for IO operations in **seconds**
  * - `partial`: boolean flag that specifies that callback should be called on any data portion received
  * - `stop_pattern`: stop reading on finding a certain pattern (e.g. \r\n.\r\n for smtp)
+ * - `shutdown`: half-close socket after writing (boolean: default false)
+ * - `read`: read response after sending request (boolean: default true)
  * @return {boolean} true if request has been sent
  */
 static gint