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>