Closed osevan closed 5 months ago
Support for QUIC in stream module was removed in nginx and that branch as well, see: https://hg.nginx.org/nginx/rev/113e2438dbd4
Could you explain the use case?
At the moment i thought every function is needed by http3.
.
I thought quic is for datagram http3.
Isnt it?
I want datagram socket instead of stream sockets
Stream module is for streaming L4 data, which can be datagram (UDP) or TCP. For proxying HTTP/3 you can use QUIC + HTTP/3 support in the HTTP module.
Ok, thanks you very much.
Hey devs,
how i can enable quic like in old repository with --with-http_v3_module --with-stream_quic_module <–-----
How to enable at configure level?
Thanks and
Best regards