mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-12-16 02:18:37 +01:00
Previous implementation violated the RFC by having both the actual opcode and WS_FIN flag set for all fragments of a message. Fixed by setting the opcode only for the first fragment and WS_FIN for the last one Closes IDFGH-2938 Closes https://github.com/espressif/esp-idf/issues/4974 * Original commit: espressif/esp-idf@14992e62c5