yuhaijun83 / Nginx_1.26.0

Nginx_1.26.0 Windows版
1 stars 0 forks source link

朋友能在编译的时候帮忙将 --with-http_v3_module 默认加上吗?感谢 #1

Open reyoreyo opened 3 months ago

reyoreyo commented 3 months ago

朋友在未来的版本编译的时候能将 --with-http_v3_module 默认加上吗?

yuhaijun83 commented 3 months ago

好的,没问题!

于海军

2024年5月19日(日) 12:12 reyoreyo @.***>:

朋友在未来的版本编译的时候能将 --with-http_v3_module 默认加上吗?

— Reply to this email directly, view it on GitHub https://github.com/yuhaijun83/Nginx_1.26.0/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFZQZKXANKH73GI2JYCI2NLZDAKDBAVCNFSM6AAAAABH57OFH2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGMYDINBQGM2TSNI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

reyoreyo commented 3 months ago

感谢及时回复!什么时候出一版 1.26.0 带 http3 及quic 的?谢谢

yuhaijun83 commented 3 months ago

敬请贵兄提供具体参数,我这边核实一下,近期可编译

于海军

2024年5月19日(日) 12:17 reyoreyo @.***>:

感谢及时回复!什么时候出一版 1.26.0 带 http3 及quic 的?谢谢

— Reply to this email directly, view it on GitHub https://github.com/yuhaijun83/Nginx_1.26.0/issues/1#issuecomment-2119082630, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFZQZKUFAZBLEZ5DZPCDLYLZDAKV3AVCNFSM6AAAAABH57OFH2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJZGA4DENRTGA . You are receiving this because you commented.Message ID: @.***>

reyoreyo commented 3 months ago

以前参数是这样的

--with-http_v3_module 
--with-quic

就是nginx 支持http3

yuhaijun83 commented 3 months ago

今天抽时间编译了一下,但中途发生编译错误。研究结论如下:

1、since 1.25.0, The QUIC and HTTP/3 support is experimental, caveat emptor applies. --- https://nginx.org/en/docs/quic.html (自1.25.0版本起,QUIC和HTTP/3的支持是实验性的,使用需谨慎。) 2、QUIC on Windows is not currently supported due to lack of UDP handling infrastructure implemented for this platform. --- https://trac.nginx.org/nginx/ticket/2515#no1 (QUIC在Windows上目前不受支持,因为该平台缺乏实现UDP处理的基础设施。)

综上所述,爱莫能助了,建议改用Linux版本,惭愧。。。

reyoreyo commented 3 months ago

有劳了,感谢 🙏