diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-12-09 14:02:18 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-12-09 14:02:18 +0000 |
commit | 05d6d354ec99e800007828137315b42be332c719 (patch) | |
tree | 4f357f0795a28202e0e5703506dc1d9069deafa9 /src/libserver/http/http_private.h | |
parent | 4fe64bdcb51eb13b732bfcab0ffb321b16e91395 (diff) | |
download | rspamd-05d6d354ec99e800007828137315b42be332c719.tar.gz rspamd-05d6d354ec99e800007828137315b42be332c719.zip |
[Feature] Allow to skip DNS resolution for keep-alive connections
Diffstat (limited to 'src/libserver/http/http_private.h')
-rw-r--r-- | src/libserver/http/http_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libserver/http/http_private.h b/src/libserver/http/http_private.h index c6a5b497b..0e48d9f3c 100644 --- a/src/libserver/http/http_private.h +++ b/src/libserver/http/http_private.h @@ -87,6 +87,7 @@ struct rspamd_keepalive_hash_key { rspamd_inet_addr_t *addr; gchar *host; gboolean is_ssl; + unsigned port; GQueue conns; }; |