change_request_destination(): Reject rewrites from http to https
authorFabian Keil <fk@fabiankeil.de>
Thu, 7 Jan 2021 13:41:17 +0000 (14:41 +0100)
committerFabian Keil <fk@fabiankeil.de>
Sun, 10 Jan 2021 15:48:22 +0000 (16:48 +0100)
commitc0def7e7a0e43f3a907e96391937817e8912d230
tree3b623d7c1b6f640c7885ba5cdf68e1e830cc3493
parentaa5ec3cea82a006dbc031c8fdde5a26fcefa2c18
change_request_destination(): Reject rewrites from http to https

... as they currently aren't supported.

Previously we would wait for the client to establish
an encrypted connection which obviously would not happen.
jcc.c