mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
* files changed * Update api/server/middleware/middleware.go * fixed AcceptEncodingHeaderHandler * Update changelog/rose2221-develop.md * Added tests' * Update api/server/middleware/middleware_test.go * updated bazel * formatting * fixed e2e_test * zip only json * zip only json --------- Co-authored-by: Radosław Kapka <radoslaw.kapka@gmail.com> Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com> Co-authored-by: Radosław Kapka <rkapka@wp.pl>
6 lines
385 B
Markdown
6 lines
385 B
Markdown
### Added
|
|
|
|
- **Gzip Compression for Beacon API:**
|
|
Fixed an issue where the beacon chain server ignored the `Accept-Encoding: gzip` header and returned uncompressed JSON responses. With this change, endpoints that use the `AcceptHeaderHandler` now also compress responses when a client requests gzip encoding.
|
|
Fixes [#14593](https://github.com/prysmaticlabs/prysm/issues/14593).
|