koarz opened a new pull request, #54791:
URL: https://github.com/apache/doris/pull/54791

   ready() in Java does not mean “more data is available to read”; it only 
means that reading will not block.
   For network streams, ready() may immediately return false because the data 
is still being decrypted by TLS or has not yet been passed from the TCP buffer 
to the BufferedReader.
   This can cause miss subsequent response data.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to