Don't log the applied actions in process_encrypted_request()
authorFabian Keil <fk@fabiankeil.de>
Sun, 14 Mar 2021 16:17:26 +0000 (17:17 +0100)
committerFabian Keil <fk@fabiankeil.de>
Sun, 21 Mar 2021 06:58:53 +0000 (07:58 +0100)
commitb2ddd8d128c7b9f4ff15e3809329cd82b87cab2e
tree8acfbb4c8520905d16f13221c35e226ce53d22ba
parent975383e1ae555aa275a4e6f8053f76143a262c8e
Don't log the applied actions in process_encrypted_request()

Log them in continue_https_chat() instead to mirror chat().

Prevents the applied actions from getting logged twice
for the first request on an https-inspected connection.
jcc.c