From 7162a8e03c460f2bf122510f3ad4e94ed1bfcb17 Mon Sep 17 00:00:00 2001 From: Juergen Weigert Date: Mon, 31 May 2021 10:08:46 +0200 Subject: [PATCH] added #445 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49b6f85a..ce0a36d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## [1.0.0] - 2021-05-18 +## [1.0.0] - 2021-05-31 ### Fixed @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - docs: fix icap setup - [#417](https://github.com/owncloud/files_antivirus/pull/417) - Improve validation pattern to check whether port number is in [1, 65535] range [423](https://github.com/owncloud/files_antivirus/pull/423) - Prevent from crashing on missing or expired license [#426](https://github.com/owncloud/files_antivirus/pull/426) +- fix: [ICAP] Stop reading the response after headers are read - [#445](https://github.com/owncloud/files_antivirus/pull/445) ### Changed