issues
search
bananaml
/
potassium
An HTTP serving framework by Banana
Apache License 2.0
97
stars
9
forks
source link
Bugfix/400 deadlock
#37
Closed
Peddle
closed
1 year ago
Peddle
commented
1 year ago
What is this?
Malformed json crashes deadlocks potassium. This resolves that.
Why?
How did you test it works without regressions?
If this is a new feature what may a critical error look like?
Things to consider to not repeat mistakes we've learned from many times
[ ] If critical errors fire do we ping team in some obvious way (e.g., slack)?
[ ] Are there debug logs + a way to see these logs if we need to debug?
[ ] Is this documented enough a dev could work on this code without getting stuck or having to ping you?
What is this?
Malformed json crashes deadlocks potassium. This resolves that.
Why?
How did you test it works without regressions?
If this is a new feature what may a critical error look like?
Things to consider to not repeat mistakes we've learned from many times