Skip to content

Implement "permessage-deflate" extension for gateway #3944

Discussion options

You must be logged in to vote

Thanks for posting this. We don't have any current plans to support this extension. The two major points are: 1) we don't want to deal with inflate bombs from client->server compressed messages and 2) having our own non-standard compression scheme means we can update it to our requirements in the future, which we can't with permessage-deflate.

One upside here is that thanks to how ubiquitous permessage-deflate is, there is lots of code you can use as a starting point to implement zlib-stream.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@gudvinr
Comment options

@fumoboy007
Comment options

Answer selected by devsnek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants