mirror of
https://github.com/labstack/echo.git
synced 2024-11-28 08:38:39 +02:00
Bumped v4.1.11
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
05262e484a
commit
d286e285dc
2
echo.go
2
echo.go
@ -227,7 +227,7 @@ const (
|
||||
|
||||
const (
|
||||
// Version of Echo
|
||||
Version = "4.1.10"
|
||||
Version = "4.1.11"
|
||||
website = "https://echo.labstack.com"
|
||||
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
|
||||
banner = `
|
||||
|
@ -49,5 +49,5 @@ func TestProxy_1_11(t *testing.T) {
|
||||
req.URL.Path = "/api/users"
|
||||
e.ServeHTTP(rec, req)
|
||||
assert.Equal(t, "/api/users", req.URL.Path)
|
||||
assert.Equal(t, http.StatusServiceUnavailable, rec.Code)
|
||||
assert.Equal(t, http.StatusBadGateway, rec.Code)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user