-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`ra_server:command_reply_mode()` was not previously validated on the `ra_server`-side. If a command were sent with an unknown reply mode, the Ra server would never reply or notify the caller. Sending an unknown reply mode might happen when a client sends a new command to a Ra server which is operating on an old version of Ra. This change validates reply modes within the `ra_server`, replying with an error tuple when an invalid reply mode is passed.
- Loading branch information
1 parent
0b8d998
commit 20ba89c
Showing
2 changed files
with
76 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters