tcp_transport: modified ws_read to read payload directly to the read buffer and separately from header bytes

Previous version read all data to the buffer including header which reduced maximum payload read. This version uses a local array to receive header and reads payload bytes to the buffer
This commit is contained in:
David Cermak
2019-04-30 11:41:39 +02:00
committed by Euripedes Rocha
parent 6b70e14236
commit 6809fcb2df

Submodule components/mqtt/esp-mqtt updated: 39118d5182...18b6f2c582