From eefb9ac9f5db219e50cda6a116ed115275033fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Mon, 24 Jul 2023 11:30:07 +0200 Subject: [PATCH] v0.0.192 --- ginext/appContext.go | 7 ------- goextVersion.go | 4 ++-- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/ginext/appContext.go b/ginext/appContext.go index 4398661..564d89c 100644 --- a/ginext/appContext.go +++ b/ginext/appContext.go @@ -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 -} diff --git a/goextVersion.go b/goextVersion.go index 01bebdd..a660712 100644 --- a/goextVersion.go +++ b/goextVersion.go @@ -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"