v0.0.192
This commit is contained in:
parent
468a7d212d
commit
eefb9ac9f5
@ -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
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
package goext
|
||||
|
||||
const GoextVersion = "0.0.191"
|
||||
const GoextVersion = "0.0.192"
|
||||
|
||||
const GoextVersionTimestamp = "2023-07-24T11:18:25+0200"
|
||||
const GoextVersionTimestamp = "2023-07-24T11:30:07+0200"
|
||||
|
Loading…
Reference in New Issue
Block a user