mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-10762: [freeswitch-core] Websocket logic error
This commit is contained in:
committed by
Muteesa Fred
parent
247ac09792
commit
f3d8a3b07a
@@ -461,7 +461,6 @@ ssize_t ws_raw_write(wsh_t *wsh, void *data, size_t bytes)
|
||||
|
||||
if (ssl_err) {
|
||||
r = ssl_err * -1;
|
||||
wsh->down = 1;
|
||||
}
|
||||
|
||||
return r;
|
||||
|
||||
Reference in New Issue
Block a user