commit | 3c9f3b7849c2e290819e7a558a5d05c771c38467 | [log] [tgz] |
---|---|---|
author | Saravanan Sekar <saravanan@linumiz.com> | Fri Jun 16 01:05:49 2023 +0530 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Mon Jun 19 09:18:45 2023 +0100 |
tree | c32f7077ff7eace043c24508ba5186358f70d81f | |
parent | e396f69afd261c80a420b8034293b672e8e01d72 [diff] |
net: websockets: do not close tcp socket in websocket The websocket_connect api expects connected tcp socket, do not close the user supplied socket so that the caller can re-use it if needed. Signed-off-by: Saravanan Sekar <saravanan@linumiz.com>