send_https_request(): Call receive_and_send_encrypted_post_data() if
authorFabian Keil <fk@fabiankeil.de>
Mon, 28 Sep 2020 11:56:43 +0000 (13:56 +0200)
committerFabian Keil <fk@fabiankeil.de>
Mon, 28 Sep 2020 13:13:47 +0000 (15:13 +0200)
commit4ae1715fb1f3408505df61e152119535debafb6d
treeb8db6215f6b21ef9ff46f8af85e4e181e267c266
parentf06442bad07eb8ea247543d7c752dd54133535e2
send_https_request(): Call receive_and_send_encrypted_post_data() if

... nothing was flushed but we're expecting a request body.

Previously we would only call receive_and_send_encrypted_post_data()
if we flushed part of the request body which does not work if the
client headers are read without a single byte of request body.
jcc.c