mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
Correct split header bytes When the underlying transport returns header, length, or mask bytes early, again call the underlying transport. This solves the WS parser getting offset when the server sends a burst of frames where the last WS header is split across packet boundaries, so fewer than the needed bytes may be available. Merges https://github.com/espressif/esp-idf/pull/14706