aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/protocol.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libserver/protocol.c')
-rw-r--r--src/libserver/protocol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libserver/protocol.c b/src/libserver/protocol.c
index 4dab60171..4dfec4d7e 100644
--- a/src/libserver/protocol.c
+++ b/src/libserver/protocol.c
@@ -1064,10 +1064,10 @@ rspamd_protocol_write_reply (struct rspamd_task *task)
msg = rspamd_http_new_message (HTTP_RESPONSE);
- if (task->peer_key) {
- msg->peer_key = rspamd_http_connection_key_ref (task->peer_key);
+ if (rspamd_http_connection_is_encrypted (task->http_conn)) {
msg_info ("<%s> writing encrypted reply", task->message_id);
}
+
if (!RSPAMD_TASK_IS_JSON (task)) {
/* Turn compatibility on */
msg->method = HTTP_SYMBOLS;