receive_and_send_encrypted_post_data(): Additionally check for data being available
authorFabian Keil <fk@fabiankeil.de>
Fri, 26 Mar 2021 13:14:12 +0000 (14:14 +0100)
committerFabian Keil <fk@fabiankeil.de>
Sat, 23 Apr 2022 08:43:56 +0000 (10:43 +0200)
commit4610ab9d935495d08acbb7e82bf251c18848f56c
tree989e857803dc075045bc255f1715bbad90fc3c7f
parent64e6cac25c9599ac450591b26fff603b196b56df
receive_and_send_encrypted_post_data(): Additionally check for data being available

Previously we relied on the TLS library reading more data from
the wire than we read in which case the is_ssl_pending() check
worked.

Sponsored by: Robert Klemme
jcc.c