Search found 1 match
- Thu Feb 04, 2021 7:12 am
- Forum: madExcept
- Topic: Custom proxy missing null termination
- Replies: 2
- Views: 250
Custom proxy missing null termination
I tried to set a custom proxy using the hidden madExcept.ProxyServer property. In AnsiToGlobalUnicode inside TWinHttp.Create the proxy AnsiString is converted into a unicode string, but the null termination is missing. Suggest to include the null termination in the copy: function AnsiToGlobalUnicode...