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 84cf23d commit 97c8ec5Copy full SHA for 97c8ec5
src/main/java/com/ning/http/client/providers/netty/request/body/FeedableBodyGenerator.java
@@ -79,10 +79,10 @@ public long read(final ByteBuffer buffer) throws IOException {
79
case CLOSING:
80
buffer.put(ZERO);
81
buffer.put(END_PADDING);
82
+ buffer.put(END_PADDING);
83
finishState = FINISHED;
84
return buffer.position();
85
case FINISHED:
- buffer.put(END_PADDING);
86
return -1;
87
}
88
0 commit comments