Log the "Request:" message for unencrypted requests later
authorFabian Keil <fk@fabiankeil.de>
Sun, 7 Jun 2020 07:53:36 +0000 (09:53 +0200)
committerFabian Keil <fk@fabiankeil.de>
Sun, 7 Jun 2020 09:27:12 +0000 (11:27 +0200)
commit61478413a02d7be37d44efb5c0c997a39a9da463
treeb7e615a107ed5710cc80c4907e7c8773f06cf40b
parentd9527652c419834b2a38c0fa2985b66a9d2e0b3a
Log the "Request:" message for unencrypted requests later

In b94bbe62a I moved the block in front of the setting
of csp->http->client_ssl which meant the message was emitted
for encrypted requests as well.

This resulted in two "Request:" message instead of one.

Sponsored by: Robert Klemme
jcc.c