bananaml / potassium

An HTTP serving framework by Banana
Apache License 2.0
97 stars 9 forks source link

Fixes 404 deadlock #40

Closed Peddle closed 11 months ago

Peddle commented 11 months ago

updates potassium so that sequence number is always incremented when a request is received regardless of what response is returned.

this resolves a bug where 404s were causing deadlocks with cherry

erik-dunteman commented 11 months ago

don't forget to deploy @Peddle