Search Issue Tracker
Duplicate
Votes
0
Found in
2017.3.0f3
Issue ID
1026938
Regression
No
Unity "WebRequest" "MultipartFormFileSection" is missing a closing boundary
Reproduction steps:
1. Open "MinimalRepro.zip" project
2. Open Fiddler 4
3. Enable Filters
4. In the field "Show only if URL contains" write "gamespark"
5. Go to the "Inspector" window
6. In Unity, enter Play mode
7. Click on the first button
8. In Fiddler, click on the field that has a host of "config2.gamesparks.net" (Indicated by red text)
9. In the top right side window click on "Raw"
10. Notice the boundary value on line 6
11. Notice that the starting boundary is on line 12
12. Notice that at the end of the file, there is no ending boundary
Expected Result: Unity WebRequest's MultipartFormFileSection has a closing boundary
Actual Result: Unity WebRequest's MultipartFormFileSection doesn't have a closing boundary
Reproduced with: 2018.2.0b3, 2018.1.0f2, 2017.4.2f2, 2017.3.2f1, 2017.2.3f1, 2017.1.3p4, 2017.1.0a1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
This is a duplicate of issue #1026339