Skip to content

Commit

Permalink
Fix typo in javadoc for allowPartialChunks setting (#3471)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Ross <[email protected]>
  • Loading branch information
andrross authored Oct 18, 2024
1 parent 82551a4 commit f1efa19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public T allowPartialChunks(boolean allowPartialChunks) {
* Return the configuration whether chunks can be split into multiple messages, if their chunk size
* exceeds the size of the input buffer.
*
* @return the configuration whether to allow duplicate {@code Content-Length} headers
* @return whether to only allow sending whole chunks down the pipeline.
* @since 1.1.23
*/
public boolean allowPartialChunks() {
Expand Down

0 comments on commit f1efa19

Please sign in to comment.