SEAPUNK / socketeer

yet another websocket framework
MIT License
3 stars 0 forks source link

perMessageDeflate - enabling #13

Closed SEAPUNK closed 8 years ago

SEAPUNK commented 8 years ago

I want to enable socket compression, but it's currently unstable. When I was running the tests, a lot of errors occurred when I was sending a lot of data back and forth, all of the errors being related to zlib.

I also want to know if compression can be a security risk: if it is, then I'll have it be off by default.

SEAPUNK commented 8 years ago

Related: https://github.com/websockets/ws/issues/628

SEAPUNK commented 8 years ago

I think I'll let it be a configurable value that is false by default. TODO.

SEAPUNK commented 8 years ago

Added in da8af9b