David Cermak 814ee9db7f 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

cherry-picked from db121a56e13b4b93b6bcc9217f7890bc4783cabd
2019-05-29 07:45:13 +02:00
..