Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Mark error handler as called for closed sessions
When a DCB error occurs, the handleError entry point of the routers is called. The caller of this entry point expects that the error handler marks the DCB as handled. The aforementioned behavior is wrong as the error handler should not keep track of whether the handler was already called.
- Loading branch information