Remember when I was excited to show Ferron 3.0.0-rc.1? Well, that faded away when I visited the Ferron website, and found that it (or rather zincio-http) had a critical bug inside HTTP/2 implementation… 😔
I was then debugging myself using Wireshark and found that HEADERS frame for empty responses was missing (!). So I quickly patched zincio-http, Ferron 3, and did a quick emergency release of Ferron 3.0.0-rc.2 with just that bugfix.
If you used Ferron 3.0.0-rc.1, I recommend immediately updating to Ferron 3.0.0-rc.2.
Try it
- Documentation: https://ferron.sh/docs/v3
- GitHub repo: https://github.com/ferronweb/ferron/tree/develop-3.x
Install Ferron 3 using the installer (the link now works after quick patch):
sudo bash -c "$(curl -fsSL https://get.ferron.sh/v3)"