Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.13.0
-
None
-
Patch Available
Description
There is a piece of code that creates an exception that is never thrown, hence the runtime does not free it.
In addition, the case where the WinHTTP client does not receive information about the total response content length needs to be fixed (because it wrongly tries to raise the above exception in that case)