diff options
author | Valery Piashchynski <[email protected]> | 2020-05-23 20:04:50 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-05-23 20:04:50 +0300 |
commit | c1f27bc3e0eb94c394ca4c3dd4e5aeebc879d92f (patch) | |
tree | ac90000e09aa8c82460d63a6ffcce3c4f1aa78b1 | |
parent | c4a47cc74421808a1f20788dbca2fbf1334e8054 (diff) |
re-release 1.8.1
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | service/http/h2c_test.go | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 713da3b3..460cdd0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ v1.8.1 (23.05.2020) - Create templates for the Bug reporting and Feature requests - Move docker images from golang-alpine to regular golang images - Add support for the CloudFlare CF-Connecting-IP and True-Client-IP headers (thanks @vsychov) -- Add support for the RootCA via the +- Add support for the Root CA via the `rootCa` .rr.yaml option - See the full milestone here: [link](https://github.com/spiral/roadrunner/milestone/11?closed=1) v1.8.0 (05.05.2020) @@ -19,7 +19,7 @@ require ( github.com/sirupsen/logrus v1.4.2 github.com/spf13/cobra v0.0.6 github.com/spf13/viper v1.6.2 - github.com/spiral/goridge/v2 v2.4.2 + github.com/spiral/goridge/v2 v2.4.3 github.com/stretchr/testify v1.4.0 github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a github.com/yookoala/gofast v0.4.0 diff --git a/service/http/h2c_test.go b/service/http/h2c_test.go index 88c9ee5b..f17538bc 100644 --- a/service/http/h2c_test.go +++ b/service/http/h2c_test.go @@ -76,7 +76,7 @@ func Test_Service_H2C(t *testing.T) { } return nil }, bkoff) - + if err != nil { t.Fatal(err) } |