mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 19:38:58 +00:00
- Extended uSockets to support ALPN protocol configuration - Added ALPN fields to BunSocketContextOptions structures - Created protocol-specific SSL contexts for h1/h2/both - ALPN negotiation now works but HTTP/2 protocol not implemented Note: HTTP/2 requests will fail as only ALPN negotiation is implemented, not the actual HTTP/2 protocol. This is foundational work only. 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>