mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-06 21:26:33 +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