Trying to get a mod_h3 working using openssl and nghttp3

jean-frederic clere <[email protected]> Mon, 23 Feb 2026 18:02:54 +0100
Newsgroups gmane.comp.apache.devel
Message-ID <[email protected]>
Hi,

I started a prototype to see how complex is the problem, I have it 
"running" single threaded per child process.

The main problem is that all our workers are for TCP sockets and it 
seems tricky to use any of the workers with UDP sockets.

After days of thinking I am afraid I will need a specialized mpm, any 
opinions? Suggestions?

The crappy code is in 
https://github.com/jfclere/openssl-h3-examples/tree/main/httpd (I have 
tested localhost with chrome and curl).

-- 
Cheers

Jean-Frederic