forked from erlang/otp
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make encoding errors of known extensions handable by the verify_fun
close erlang#6402
- Loading branch information
1 parent
aba5ad6
commit 44cdc54
Showing
1 changed file
with
10 additions
and
5 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
@IngelaAndin I think that this throws and error, so I would replace case with try, if you agree.
This way the caller can intercept the malformed extension and decide what to do with it. What do you think?