This commit is contained in:
2023-07-24 11:30:07 +02:00
parent 468a7d212d
commit eefb9ac9f5
2 changed files with 2 additions and 9 deletions

View File

@@ -50,10 +50,3 @@ func (ac *AppContext) RequestURI() string {
return ""
}
}
func (ac *AppContext) FinishSuccess(res HTTPResponse) HTTPResponse {
if ac.cancelled {
panic("Cannot finish a cancelled request")
}
return res
}