Open
Description
Need vectored send and receive of websocket frames, right now the message is received in the form of a continuous string, this results in reallocation and unnecessary copies and movements of data which affects performance. it would be good if the websocket frames can be send and received as a sequence of buffers. The application can choose to assemble the data or use it as it is.