rawpython / remi

Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet.
Apache License 2.0
3.48k stars 401 forks source link

Fix unmasking for continuation frames #483

Closed rf closed 2 years ago

rf commented 2 years ago

When unmasking a continuation frame we must use the length of that frame's data to find the correct mask byte and not the length of the entire payload.

Also adds support for unmasked frames.

Fixes #480

dddomodossola commented 2 years ago

Wonderful! Thank you @rf