benweissmann commented on code in PR #625:
URL:
https://github.com/apache/httpcomponents-client/pull/625#discussion_r2001129182
##
httpclient5/src/main/java/org/apache/hc/client5/http/entity/mime/MultipartEntityBuilder.java:
##
@@ -47,18 +47,8 @@
/**
* Builder for multipart
benweissmann commented on code in PR #625:
URL:
https://github.com/apache/httpcomponents-client/pull/625#discussion_r2001139283
##
httpclient5/src/main/java/org/apache/hc/client5/http/entity/mime/MultipartEntityBuilder.java:
##
@@ -234,14 +225,12 @@ public MultipartEntityBuilde
ok2c merged PR #625:
URL: https://github.com/apache/httpcomponents-client/pull/625
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsubscr...@hc.ap
TomerAberbach commented on PR #625:
URL:
https://github.com/apache/httpcomponents-client/pull/625#issuecomment-2736758260
Hey folks, just wanted to check if the plan is to merge this soon? Before
the next release?
--
This is an automated message from the Apache Git Service.
To respond to
ok2c commented on code in PR #625:
URL:
https://github.com/apache/httpcomponents-client/pull/625#discussion_r2000702616
##
httpclient5/src/main/java/org/apache/hc/client5/http/entity/mime/MultipartEntityBuilder.java:
##
@@ -234,14 +225,12 @@ public MultipartEntityBuilder addBin
ok2c commented on code in PR #625:
URL:
https://github.com/apache/httpcomponents-client/pull/625#discussion_r2000700396
##
httpclient5/src/main/java/org/apache/hc/client5/http/entity/mime/MultipartEntityBuilder.java:
##
@@ -47,18 +47,8 @@
/**
* Builder for multipart {@link H
benweissmann opened a new pull request, #625:
URL: https://github.com/apache/httpcomponents-client/pull/625
See more context in discussion from #619.
The advantage of using a random boundary by default are:
- It's in line with the behavior recommended by RFC 2046, [as discussed
her