We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e53952 commit d2beffaCopy full SHA for d2beffa
CefSharp/SchemeHandlerWrapper.cpp
@@ -59,7 +59,7 @@ namespace CefSharp
59
_mime_type = StringUtils::ToNative(response->MimeType);
60
_stream = response->ResponseStream;
61
_statusCode = response->StatusCode;
62
- _redirectUrl = toNative(response->RedirectUrl);
+ _redirectUrl = StringUtils::ToNative(response->RedirectUrl);
63
_contentLength = response->ContentLength;
64
_closeStream = response->CloseStream;
65
0 commit comments