![]() |
HTTP/3 Support - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29) +--- Thread: HTTP/3 Support (/showthread.php?tid=86159) |
HTTP/3 Support - barry - 01-16-2023 Hi all, First time poster, long time CI user. All the proxies I use in my modern development workflow these days support HTTP3/QUIC natively now, and I'm being recommended to implement it by everybody I work with. Is HTTP3/QUIC something on the roadmap for CodeIgniter 4? RE: HTTP/3 Support - kenjis - 01-17-2023 We think CI 4.3.0 is ready for HTTP3. If there is something wrong, please file a bug report or send a PR to fix it. https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/README.md Thank you. |