Don't throw for OnStarting or OnCompleted calls. (#864)
This commit is contained in:
parent
9dedc98094
commit
b686298133
|
|
@ -31,12 +31,10 @@ namespace Microsoft.AspNetCore.Http.Features
|
|||
|
||||
public virtual void OnStarting(Func<object, Task> callback, object state)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public virtual void OnCompleted(Func<object, Task> callback, object state)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue