Apply the secure log in exception log
[framework/osp/net.git] / src / http / FNetHttp_HttpTransactionImpl.cpp
index 5d33c2b..994da3e 100755 (executable)
@@ -538,7 +538,7 @@ _HttpTransactionImpl::Submit(void)
                compareHost = _HttpUtility::CompareHost(hostAddress, url);
                r = GetLastResult();
                r = TransExceptionsExclusive(r, E_INVALID_ARG, E_OUT_OF_MEMORY);
-               SysTryReturnResult(NID_NET_HTTP, compareHost,
+               SysSecureTryReturnResult(NID_NET_HTTP, compareHost,
                                                   r, "The host address(%ls) of HttpSession is different with url(%ls).", hostAddress.GetPointer(), url.GetPointer());
        }