We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2b706 commit 6af397eCopy full SHA for 6af397e
src/main/java/com/ning/http/client/generators/InputStreamBodyGenerator.java
@@ -79,7 +79,7 @@ public long read(ByteBuffer buffer) throws IOException {
79
80
if (patchNettyChunkingIssue) {
81
if (read == -1) {
82
- // Since we are chuncked, we must output extra bytes before considering the input stream closed.
+ // Since we are chunked, we must output extra bytes before considering the input stream closed.
83
// chunking requires to end the chunking:
84
// - A Terminating chunk of "0\r\n".getBytes(),
85
// - Then a separate packet of "\r\n".getBytes()
0 commit comments