Skip to content

Commit

Permalink
Implement #8057 103 Early Hint
Browse files Browse the repository at this point in the history
Found (but not fixed) flake.
  • Loading branch information
gregw committed May 30, 2022
1 parent 9d40cd4 commit 9451723
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -252,6 +252,7 @@ private boolean parse()

if (complete)
{
// TODO this can clean a pipelined response after a 1xx
if (LOG.isDebugEnabled())
LOG.debug("Discarding unexpected content after response: {}", networkBuffer);
networkBuffer.clear();
Expand Down

0 comments on commit 9451723

Please sign in to comment.