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
parent 801f5d6e82
commit db121a56e1
2 changed files with 10 additions and 16 deletions