facil.io v0.3.5 Release Notes

    • ๐Ÿ”’ Moved the global server lock (the one protecting global server data integrity) from a mutex to a spin-lock. Considering API design changes that might allow avoiding a lock.

    • ๐Ÿ‘€ File sending is now offset based, so lseek data is ignored. This means that it should be possible to cache open fd files and send the same file descriptor to multiple clients.