Skip to content

Commit eb348c5

Browse files
author
Stephane Landelle
committed
Remove bodyGenerator on resetNonMultipartData
1 parent d53b590 commit eb348c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/main/java/org/asynchttpclient/RequestBuilderBase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ public void resetNonMultipartData() {
396396
request.byteData = null;
397397
request.stringData = null;
398398
request.streamData = null;
399+
request.bodyGenerator = null;
399400
request.length = -1;
400401
}
401402

0 commit comments

Comments
 (0)