From 188de637f491c5a4fcec413cd6f9ad83c893a4af Mon Sep 17 00:00:00 2001 From: Maksym Vorobiov Date: Wed, 4 Mar 2020 11:06:20 +0200 Subject: [PATCH] Add changes text for extended H2 defaults buffers --- actix-http/CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 229fcbbae..625b4100d 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -12,6 +12,8 @@ * MessageBody is not implemented for &'static [u8] anymore. +* Change defaul initial window size and connection window size for HTTP2 to 5MB and 2MB respectively. This 7 times improves download speed for awc when downloading large objects. + ### Fixed * Allow `SameSite=None` cookies to be sent in a response.