Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ggarber
Copy link
Contributor

@ggarber ggarber commented Jun 4, 2025

This commit implements the send_error_reason option. When send_error_reason is set to false, the TURN server will now send an empty reason phrase ("") in STUN error responses. If send_error_reason is true (the default behavior), the original error reason phrase will be sent.

This change affects how error conditions are communicated to clients, allowing for configurations where detailed error reasons are suppressed.

This commit implements the `send_error_reason` option.
When `send_error_reason` is set to `false`, the TURN server will now send an empty reason phrase ("") in STUN error responses.
If `send_error_reason` is `true` (the default behavior), the original error reason phrase will be sent.

This change affects how error conditions are communicated to clients, allowing for configurations where detailed error reasons are suppressed.
@ggarber ggarber merged commit 629e80f into disable-error-reason Jun 4, 2025
@ggarber ggarber deleted the send-empty-error-reason branch June 4, 2025 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants