Add changes text for extended H2 defaults buffers

This commit is contained in:
Maksym Vorobiov 2020-03-04 11:06:20 +02:00
parent 6eb46735d3
commit 188de637f4
1 changed files with 2 additions and 0 deletions

View File

@ -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.