Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
skipper-v0.22.76-windows-amd64.zip | 2025-07-25 | 72.0 MB | |
skipper-v0.22.76-linux-armv7.tar.gz | 2025-07-25 | 64.7 MB | |
skipper-v0.22.76-linux-arm64.tar.gz | 2025-07-25 | 66.3 MB | |
skipper-v0.22.76-linux-amd64.tar.gz | 2025-07-25 | 71.4 MB | |
skipper-v0.22.76-darwin-arm64.tar.gz | 2025-07-25 | 67.2 MB | |
skipper-v0.22.76-darwin-amd64.tar.gz | 2025-07-25 | 70.9 MB | |
sha256sum.txt | 2025-07-25 | 613 Bytes | |
README.md | 2025-07-25 | 778 Bytes | |
v0.22.76 source code.tar.gz | 2025-07-25 | 4.3 MB | |
v0.22.76 source code.zip | 2025-07-25 | 5.1 MB | |
Totals: 10 Items | 421.9 MB | 0 |
Changes
fix: Websocket requests fail if case of value in Connection header and case of key in Upgrade header do not match (#3563)
When a client sends a request to upgrade to a Websocket connection
and presents the value of the header Connection
in lower-case
then Skipper fails to upgrade the request.
This change fixes the issue by using a function to read the header that is case insensitive.
The bug was likely introduced in [#3553].
Multiarch Docker image
Multiarch Docker image is available in Github's docker registry:
docker run -it ghcr.io/zalando/skipper:v0.22.76 skipper --help
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.22.76 skipper --help