React to HttpResponse.HeadersSent rename.
This commit is contained in:
parent
a1409e0294
commit
1639ee07e7
|
|
@ -28,7 +28,7 @@ namespace Microsoft.AspNet.WebSockets.Client.Test
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
if (ct.Response.HeadersSent)
|
||||
if (ct.Response.HasStarted)
|
||||
{
|
||||
throw;
|
||||
}
|
||||
|
|
@ -55,4 +55,4 @@ namespace Microsoft.AspNet.WebSockets.Client.Test
|
|||
return host.Start();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue