You've already forked linux-packaging-mono
Imported Upstream version 4.4.0.40
Former-commit-id: 6427cc082e74df30afc535fd906a3494b74b0817
This commit is contained in:
@ -419,6 +419,7 @@ namespace System.Net
|
||||
status = tlsStream.ExceptionStatus;
|
||||
else if (!request.Aborted)
|
||||
status = WebExceptionStatus.ConnectFailure;
|
||||
connect_exception = ex;
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -992,9 +993,6 @@ namespace System.Net
|
||||
|
||||
internal bool EndWrite (HttpWebRequest request, bool throwOnError, IAsyncResult result)
|
||||
{
|
||||
if (request.FinishedReading)
|
||||
return true;
|
||||
|
||||
Stream s = null;
|
||||
lock (this) {
|
||||
if (status == WebExceptionStatus.RequestCanceled)
|
||||
|
Reference in New Issue
Block a user