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