mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 11:55:21 +02:00
56a54afae9
- In the processing of WS payload the check for a valid mask_key was made by checking for a valid address. The address is always valid and the test is meaningless. - Mask key is initialized in the process of header reading and set to 0 in case of mask not set.