From bf75a9e2a5fd2239609b7b76e1c9baaf17a4d171 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Fri, 2 Feb 2018 22:26:40 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60365262f..a4f3ebac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ fabio 1.5.7 emits a recurring warning when run as root. This can be disabled when using the new `-insecure` flag which also provides a link to alternatives. + * [Issue #433](https://github.com/fabiolb/fabio/issues/433): `proxy.noroutestatus` must be three digit code + + go1.10 will enforce that HTTP status codes must be three digit values `[100,1000)` and + and otherwise the handler will panic. This change enforces that the `proxy.noroutestatus` + has a valid status code value. + #### Features * [PR #425](https://github.com/fabiolb/fabio/pull/425): Add support for HSTS headers