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)
... 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


No differences found