handle_established_connection(): Check for pending TLS data from the client
authorFabian Keil <fk@fabiankeil.de>
Sat, 27 Mar 2021 09:16:00 +0000 (10:16 +0100)
committerFabian Keil <fk@fabiankeil.de>
Tue, 29 Mar 2022 15:07:01 +0000 (17:07 +0200)
commitb15aee14f3dc660a966acb7c3f542586a768a1a0
treec3475a199dea76028642b159a92d2baec11b400c
parentc232134d35de4cb1f62b895961838db6b7c37774
handle_established_connection(): Check for pending TLS data from the client

... before checking if data is available on the connection.

The TLS library may have already consumed all the data from the client
response in which case poll() and select() will not detect that data is
available to be read.

Sponsored by: Robert Klemme
jcc.c