Skip to content

Commit 6af397e

Browse files
author
Stephane Landelle
committed
typo
1 parent 6d2b706 commit 6af397e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ning/http/client/generators/InputStreamBodyGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public long read(ByteBuffer buffer) throws IOException {
7979

8080
if (patchNettyChunkingIssue) {
8181
if (read == -1) {
82-
// Since we are chuncked, we must output extra bytes before considering the input stream closed.
82+
// Since we are chunked, we must output extra bytes before considering the input stream closed.
8383
// chunking requires to end the chunking:
8484
// - A Terminating chunk of "0\r\n".getBytes(),
8585
// - Then a separate packet of "\r\n".getBytes()

0 commit comments

Comments
 (0)