chat(): Use client_use_ssl(csp) instead of http->ssl
authorFabian Keil <fk@fabiankeil.de>
Wed, 6 Jan 2021 16:52:38 +0000 (17:52 +0100)
committerFabian Keil <fk@fabiankeil.de>
Sun, 10 Jan 2021 15:48:22 +0000 (16:48 +0100)
commitaa5ec3cea82a006dbc031c8fdde5a26fcefa2c18
treecdddee40109aff4cf64f9ab7883e639f3416c6d2
parentbfe3c35bbd6035e1d5ab45c5e5fc552dd72ed02d
chat(): Use client_use_ssl(csp) instead of http->ssl

... in a place where it is more appropriate.

Currently the difference doesn't matter, but it will
when we start supporting upgrading the protocol from
http to https behind the client's back.
jcc.c