[mod_verto] addressed review comments

This commit is contained in:
Ajay Sabat 2023-11-11 08:51:47 -08:00
parent f7b81857f4
commit e1075b0ee3
1 changed files with 1 additions and 0 deletions

View File

@ -1795,6 +1795,7 @@ new_req:
if ((len = kws_raw_read(jsock->ws, buffer + bytes, len, WS_BLOCK)) < 0) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Read error %" SWITCH_SSIZE_T_FMT"\n", len);
free(buffer);
goto done;
}