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 e4c5c77 commit a4f00a0Copy full SHA for a4f00a0
api/src/test/java/org/asynchttpclient/multipart/MultipartBodyTest.java
@@ -91,7 +91,7 @@ private static void compareContentLength(final List<Part> parts) {
91
} catch (IOException ie) {
92
Assert.fail("read failure");
93
}
94
- if (readBytes >= 0) {
+ if (readBytes > 0) {
95
totalBytes += readBytes;
96
} else {
97
last = true;
0 commit comments