This commit is contained in:
HoneyryderChuck 2019-10-13 18:41:38 +01:00
parent 87cacb98a5
commit c9f57704a8

View File

@ -6,7 +6,7 @@
* compression plugin:
* do not send `accept-encoding` header when `range` is present;
* Remove from `content-encoding` if body stream decodes it;
* Added `HTTP::Response::Body#encodings` to return the decoded encoding(s);
* Added `HTTPX::Response::Body#encodings` to return the decoded encoding(s);
## Bugfixes