提交 49bb738e 编写于 作者: A Alexander Köplinger

[System.Net.Http] Fix XI build

上级 d24633b3
...@@ -97,7 +97,7 @@ namespace System.Net.Http ...@@ -97,7 +97,7 @@ namespace System.Net.Http
if (gotMutex) { if (gotMutex) {
var stream = (CFHTTPStream)sender; var stream = (CFHTTPStream)sender;
if (e.EventType == CFStreamEventType.ErrorOccurred) if (e.EventType == CFStreamEventType.ErrorOccurred)
Volatile.Write (http_exception, ExceptionDispatchInfo.Capture (stream.GetError ())); Volatile.Write (ref http_exception, ExceptionDispatchInfo.Capture (stream.GetError ()));
data_mutex.ReleaseMutex (); data_mutex.ReleaseMutex ();
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册