Open imartinezml opened 4 years ago
Dejo el código donde está el bug: https://github.com/mercadolibre/java-restclient/blob/e3204d2d1620d372b56a44204319245776712ee5/restclient-core/src/main/java/com/mercadolibre/restclient/multipart/StringPart.java#L24
public StringPart(String name, String body, ContentType contentType) { this.body = name; this.name = body; this.contentType = contentType; }
Yes, it is the same problem. Never saw that one there.
Dejo el código donde está el bug: https://github.com/mercadolibre/java-restclient/blob/e3204d2d1620d372b56a44204319245776712ee5/restclient-core/src/main/java/com/mercadolibre/restclient/multipart/StringPart.java#L24