Don't respond to an Error message with another error
Ouverte
- Langage dominant
- C++
- Étoiles
- 6
- Forks
- 4
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
In much of the protocol handler code, we simply check for our desired message type. And if it's not correct, send out an error message. But we shouldn't reply to error messages with more error messages. For one, it's redundant. And two, it could possibly lead to an infinite loop.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.