Skip to content

Disable websocket compression#1061

Open
jsmouret wants to merge 1 commit intoimprobable-eng:masterfrom
jsmouret:master
Open

Disable websocket compression#1061
jsmouret wants to merge 1 commit intoimprobable-eng:masterfrom
jsmouret:master

Conversation

@jsmouret
Copy link
Copy Markdown

@jsmouret jsmouret commented Nov 3, 2021

It seems that iOS 15 does not support permessage-deflate so workaround it by disabling compression.

A better PR would properly detect if the extension is supported, and maybe patch nhooyr.io/websocket instead.

For people in production, edit go.mod and add:

replace github.com/improbable-eng/grpc-web v0.14.1 => github.com/jsmouret/grpc-web v0.14.2-0.20211103063242-8c932b2237aa

@improbable-prow-robot improbable-prow-robot added the size/XS Denotes a PR that changes 0-14 lines, ignoring generated files. label Nov 3, 2021
@jsmouret jsmouret closed this Nov 3, 2021
@jsmouret
Copy link
Copy Markdown
Author

Still useful

@jsmouret jsmouret reopened this Nov 25, 2021
It seems that iOS 15 does not support permessage-deflate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Denotes a PR that changes 0-14 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants