Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO NOT MERGE Initial rabbit_web work #10968

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

DO NOT MERGE Initial rabbit_web work #10968

wants to merge 2 commits into from

Conversation

lhoguin
Copy link
Contributor

@lhoguin lhoguin commented Apr 11, 2024

Proposed Changes

The goals of this PR are multiple:

  • Do a good refactoring of how we start and manage listeners; starting with only Web listeners
  • Add proper Websocket over HTTP/2 support
  • Add HTTP/3 support (including Websocket over HTTP/3, though browsers aren't ready yet I believe); this involves automatically producing an Alt-Svc header to allow browsers to find the QUIC endpoints
  • Make it possible for Web applications to share a listener (simplified environment / configuration, simplified example plug-ins)
  • Provide a path to fix a long standing issue in dual stack (IPv4/IPv6) environments where it's not possible to find the correct listener in some conditions

Types of Changes

  • Bug fix (non-breaking change which fixes issue #NNNN)
  • New feature (non-breaking change which adds functionality)

@mergify mergify bot added the make label Apr 11, 2024
@lin72h
Copy link

lin72h commented Apr 12, 2024

This is very exciting new feature, thanks cowboy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants