[bug] zstd compressed response (https://caniuse.com/zstd) will cause fly.io HTTP/2 502

[bug] zstd compressed response ( zstd (Zstandard) content-encoding | Can I use... Support tables for HTML5, CSS3, etc ) will cause fly.io HTTP/2 502

❯ curl -I ‘https://status-api.i18n.site/Li
-X ‘POST’
-H ‘accept: /
-H ‘accept-language: zh-CN,zh;q=0.9,zh-TW;q=0.8,zh-HK;q=0.7,en;q=0.6’
-H ‘content-length: 0’
-H ‘origin: https://status.i18n.site
-H ‘priority: u=1, i’
-H ‘referer: https://status.i18n.site/
-H ‘sec-ch-ua: “Chromium”;v=“124”, “Google Chrome”;v=“124”, “Not-A.Brand”;v=“99”’
-H ‘sec-ch-ua-mobile: ?0’
-H ‘sec-ch-ua-platform: “macOS”’
-H ‘sec-fetch-dest: empty’
-H ‘sec-fetch-mode: cors’
-H ‘sec-fetch-site: same-site’ -H “Accept-Encoding: gzip, deflate, br, zstd”
-H ‘user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36’
HTTP/2 502
server: Fly/a7fb3290 (2024-04-29)
via: 2 fly.io
fly-request-id: 01HWT8V18MZ251BK9QPHDYGZ6X-sin
date: Wed, 01 May 2024 14:27:21 GMT

❯ curl -I ‘https://status-api.i18n.site/Li
-X ‘POST’
-H ‘accept: /
-H ‘accept-language: zh-CN,zh;q=0.9,zh-TW;q=0.8,zh-HK;q=0.7,en;q=0.6’
-H ‘content-length: 0’
-H ‘origin: https://status.i18n.site
-H ‘priority: u=1, i’
-H ‘referer: https://status.i18n.site/
-H ‘sec-ch-ua: “Chromium”;v=“124”, “Google Chrome”;v=“124”, “Not-A.Brand”;v=“99”’
-H ‘sec-ch-ua-mobile: ?0’
-H ‘sec-ch-ua-platform: “macOS”’
-H ‘sec-fetch-dest: empty’
-H ‘sec-fetch-mode: cors’
-H ‘sec-fetch-site: same-site’ -H “Accept-Encoding: gzip, deflate, br”
-H ‘user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36’
HTTP/2 200
content-type: application/octet-stream
vary: accept-encoding
access-control-allow-origin: https://status.i18n.site
access-control-allow-credentials: true
access-control-allow-methods: *
content-encoding: br
date: Wed, 01 May 2024 14:27:30 GMT
server: Fly/a7fb3290 (2024-04-29)
via: 2 fly.io
fly-request-id: 01HWT8VAT1A08HYP0DN0R9B3KT-sin

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.