mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 02:50:58 +02:00
Fixes the Websocket frame pasring error, by making sure that two bytes are read compulsary for length bytes 126. Closes https://github.com/espressif/esp-idf/pull/15767 Closes https://github.com/espressif/esp-idf/issues/15235