From ccdde2e1a0800cb75cf66fd01fba3ca471217886 Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Sun, 19 Apr 2020 20:03:30 -0700 Subject: [PATCH] changelog --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 48e141a..e19b6cc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -64,6 +64,8 @@ Unreleased ([#45](https://github.com/anmonteiro/httpaf/pull/45)) - httpaf: Fix sending streaming error responses; in particular, allow sending chunk-encoded responses ([#56](https://github.com/anmonteiro/httpaf/pull/56)) +- httpaf: handle read backpressure in server and client implementations + ([#59](https://github.com/anmonteiro/httpaf/pull/59)) httpaf (upstream) 0.6.5 --------------