ConfigureAwait(false)
This commit is contained in:
parent
e69f63e494
commit
23ffc3fea9
|
|
@ -231,7 +231,7 @@ namespace Microsoft.AspNet.Server.Kestrel.Http
|
|||
Exception error = null;
|
||||
try
|
||||
{
|
||||
await Application.Invoke(this);
|
||||
await Application.Invoke(this).ConfigureAwait(false);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue