Skip to content

Commit

Permalink
How that made it, I do not know.
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Nov 23, 2024
1 parent 51ee51e commit d955b89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ private static int readLine(InputStream in, WorkBuffer buffer, int guessedMtu) t
}

buffer.marker = buffer.limit;
u

if (buffer.available() == 0) {
throw new HttpException(HttpStatus.adapt(400, "Request line or header line too long"));
}
Expand Down

0 comments on commit d955b89

Please sign in to comment.