You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding #1397 , after introduced newline in MultipartItem stream construction. It should no longer need to have newline before the endBoundaryStream . This will cause extra 2 bytes "/r/n" to the last multipart item.
Regarding #1397 , after introduced newline in MultipartItem stream construction. It should no longer need to have newline before the
endBoundaryStream
. This will cause extra 2 bytes "/r/n" to the last multipart item.Original:
Shall be:
Here's the skeleton program I used to test the two extra bytes issue:
TestProgram.fs.MD
For those affected by this issue, just need to remove extra two bytes for the affected files.
The text was updated successfully, but these errors were encountered: