mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-14 07:11:04 +08:00

A standard from has no trailing whitespace after a content-disposition line like so: "Content-Disposition: form-data; name="data";" however when using the extra params of Android FileTransfer a space is added on the end "Content-Disposition: form-data; name="data"; " This fix simply removes the trailing whitespace.