receive_and_send_encrypted_post_data(): Loop until no data is left
authorFabian Keil <fk@fabiankeil.de>
Mon, 25 May 2020 10:01:57 +0000 (12:01 +0200)
committerFabian Keil <fk@fabiankeil.de>
Mon, 25 May 2020 11:34:30 +0000 (13:34 +0200)
commitef490f500f6910b0c620319020a4cd395e31e12b
tree5b378680dee7ccb7d165332f7e719f4dd9d8f100
parent1b75ea3893fc2f08701bb5c60bc092bb1532164c
receive_and_send_encrypted_post_data(): Loop until no data is left

... if the content length is known.

Previously data that wasn't received yet was ignored
which could result in incomplete uploads.

Sponsored by: Robert Klemme
jcc.c