facil.io v0.3.3 Release Notes

    • 🛠 fixed situations in which the sendfile might not close the file before returning an error.

    • 🛠 There was a chance that the on_data callback might return after the connection was disconnected and a new connection was established for the same fd. This could have caused the busy flag to be cleared even if the new connection was actually busy. This potential issue had been fixed by checking the connection against the UUID counter before clearing the busy flag.

    • 🗄 reminder: The Server.rw_hooks feature is deprecated. Use libsock's TLC (Transport Layer Callbacks) features instead.