We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea8d63 commit 690aaaaCopy full SHA for 690aaaa
java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
@@ -504,7 +504,7 @@ private int parseChunkBody(ApplicationBufferHandler handler) throws IOException
504
/**
505
* Parse CRLF at end of chunk.
506
*
507
- * @return {@code true} if the read is complete or {@code false if incomplete}. In complete reads can only happen
+ * @return {@code true} if the read is complete or {@code false if incomplete}. Incomplete reads can only happen
508
* with non-blocking I/O.
509
510
* @throws IOException An error occurred parsing CRLF
0 commit comments