diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-03-12 14:57:03 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-03-12 14:57:03 +0000 |
commit | a3f9ececff684f274a8bf0215416ca7db5d10ea1 (patch) | |
tree | fe596d4e4fd22eb0a42aa989a1af2c7241e5384e /src/lua | |
parent | ae698ea973b832bffa5aa3c98fddcf29031073f2 (diff) | |
download | rspamd-a3f9ececff684f274a8bf0215416ca7db5d10ea1.tar.gz rspamd-a3f9ececff684f274a8bf0215416ca7db5d10ea1.zip |
[Minor] Document keepalive attribute
Diffstat (limited to 'src/lua')
-rw-r--r-- | src/lua/lua_http.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua/lua_http.c b/src/lua/lua_http.c index 4378aea89..72eec70ad 100644 --- a/src/lua/lua_http.c +++ b/src/lua/lua_http.c @@ -536,6 +536,7 @@ lua_http_push_headers (lua_State *L, struct rspamd_http_message *msg) * @param {resolver} resolver to perform DNS-requests. Usually got from either `task` or `config` * @param {boolean} gzip if true, body of the requests will be compressed * @param {boolean} no_ssl_verify disable SSL peer checks + * @param {boolean} keepalive enable keep-alive pool * @param {string} user for HTTP authentication * @param {string} password for HTTP authentication, only if "user" present * @return {boolean} `true`, in **async** mode, if a request has been successfully scheduled. If this value is `false` then some error occurred, the callback thus will not be called. |