outlandishlizard commented on PR #619:
URL: 
https://github.com/apache/httpcomponents-client/pull/619#issuecomment-2727704480

   No, the chance of a boundary value collision is NOT zero, as boundary value 
collisions can also occur due to the message body containing the boundary 
value, which is the issue that was originally brought up in this thread. 
Changing the boundary value to a static value makes it possible for a library 
to anticipate this and perform a linear scan to prevent the content it sends 
from being mangled, but in doing so also dramatically increases the chances of 
a collision occurring in the first place.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to