On Tue, 13 Dec 2022 10:34:16 GMT, Daniel Jeliński <[email protected]> wrote:
> This patch attempts to address a rare test failure where read from a socket > succeeds immediately after sending the response. > > The existing `readRequest` method did not verify if it received the entire > request. The method `readOneRequest` (copied from other tests) makes sure > that we read the trailing double newline before proceeding. Thanks for reviewing! ------------- PR: https://git.openjdk.org/jdk/pull/11647
