Skip to content

Commit 9c28aaa

Browse files
author
Stephane Landelle
committed
Remove bodyGenerator on resetNonMultipartData
1 parent 615f216 commit 9c28aaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/ning/http/client/RequestBuilderBase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ public void resetNonMultipartData() {
374374
request.byteData = null;
375375
request.stringData = null;
376376
request.streamData = null;
377+
request.bodyGenerator = null;
377378
request.length = -1;
378379
}
379380

0 commit comments

Comments
 (0)