v0.0.192
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user