On 27 Jun 2020, at 14:48, Luca Toscano <toscano.l...@gmail.com> wrote:
> the challenges are the same one discussed in your previous email > thread > (https://lists.apache.org/thread.html/eb086eafbd9309eb1efedac3bf3dcc410a95d06206c97e7ade01c254%40%3Cdev.httpd.apache.org%3E). > I think that everybody would love to start working/helping on adding > HTTP/3 support but the work to be done is huge, involves invasive > changes to the httpd's source code and the current dev resources don't > have (rightfully) bandwidth to support the current codebase and plan a > major refactoring. I would be careful with wide reaching statements like this. I’ve been working on identifying and removing blockers in various parts of the httpd subsystems that prevent httpd to be cleanly event driven, and most of those blockers have been removed. The underlying architecture of httpd is very strong, and would support new protocols without too much trouble. The main point is that it must be done carefully and properly, but this is not a reason to not do it at all. Regards, Graham —