Search Issue Tracker
Won't Fix
Votes
1
Found in
2018.3
2018.3.8f1
2019.1.0a1
2019.2.0a1
Issue ID
1136182
Regression
No
System.Net.WebRequest leaks WebRequest Objects
How to reproduce:
1. Open the attached project "HttpWebRequestLeakTest"
2. Enter Play Mode
3. Open Memory Profiler and take a snapshot(Capture Player)
4. Search Type for "Test.Request"
----------------------------------------
Observe 5 retained objects
Reproduced with: 2018.3.0f2, 2019.1.0b6, 2019.2.0a7
Unable to check earlier versions as Memory Profiler was released in 2018.3.0f2 and regular Profiler does not show such activity.
Note: Reducing the number of requests in Test.RequestTest appears to reduce the retained object count.
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Unfortunately is very difficult to investigate so probably won't be getting fixed anytime soon. Additionally in upstream mono large swaths of related code has been refactored so this may be fixed once we upgrade to a later version of mono.