Change Log for Release asterisk-22.11.0-rc2

Links:

Summary:

User Notes:

Upgrade Notes:

Developer Notes:

Commit Authors:

Issue and Commit Detail:

Closed Issues:

Commits By Author:

Commit List:

Commit Details:

res_http_websocket: Check for client before handling PONG frames.

Author: George Joseph Date: 2026-08-13

websocket_handled_pong_or_close() now checks that session->client is valid before trying to check missed_pong_count.

Resolves: #2085