(http server) support gzip compression

This commit is contained in:
Benjamin Sergeant
2020-05-29 16:49:29 -07:00
parent 9886a30490
commit b008c97c83
5 changed files with 59 additions and 4 deletions

View File

@ -1,6 +1,10 @@
# Changelog
All changes to this project will be documented in this file.
## [9.6.5] - 2020-05-29
(http server) support gzip compression
## [9.6.4] - 2020-05-20
(compiler fix) support clang 5 and earlier (contributed by @LunarWatcher)