mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-05 12:46:35 +03: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