leslie-fei / gnet

🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go./ gnet 是一个高性能、轻量级、非阻塞的事件驱动 Go 网络框架。
https://gnet.host
Apache License 2.0
0 stars 1 forks source link

[Feature]: now we have https 1.1, http2 ? #2

Open kolinfluence opened 6 months ago

kolinfluence commented 6 months ago

Description of new feature

h2 example is used here, (broken so reuseport on older version of gnet) https://github.com/luyu6056/bbs https://github.com/luyu6056/gnet https://github.com/luyu6056/tls

maybe you can check for the code and port it. i'm not asking for quic / http3 and will be satisfied with h2 because there is an older version that worked (with a broken so reuseport option)

Scenarios for new feature

http2 has multiplexing feature

Breaking changes or not?

Yes

Code snippets (optional)

No response

Alternatives for new feature

None.

Additional context (optional)

None.