make dispose public
This commit is contained in:
@@ -66,7 +66,7 @@ public class RequestContext : IDisposable {
|
||||
await SetStatusCodeAndDisposeAsync(HttpStatusCode.Redirect);
|
||||
}
|
||||
|
||||
void IDisposable.Dispose() {
|
||||
public void Dispose() {
|
||||
reqReader?.Dispose();
|
||||
respWriter?.Dispose();
|
||||
GC.SuppressFinalize(this);
|
||||
|
||||
Reference in New Issue
Block a user