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

HTTP/3 #319

Merged
merged 1 commit into from
Mar 26, 2024
Merged

HTTP/3 #319

merged 1 commit into from
Mar 26, 2024

Conversation

essen
Copy link
Member

@essen essen commented Sep 25, 2023

Companion PR to ninenines/cowboy#1599

@essen essen force-pushed the http3 branch 5 times, most recently from 9766139 to c7ac647 Compare March 26, 2024 12:57
@essen
Copy link
Member Author

essen commented Mar 26, 2024

The failures on macOS are due to GH Actions macOS runner having trouble with DNS. I suggest leaving the failures for now as there's no release immediately planned.

Since quicer, which provides the QUIC implementation,
is a NIF, Gun cannot depend directly on it. In order
to enable QUIC and HTTP/3, users have to set the
GUN_QUICER environment variable:

  export GUN_QUICER=1

Gun is now tested using GitHub Actions. As a result
OTP-24+ is now required. In addition, the number
of OTP releases tested has been reduced; only the
latest of each major version is now tested.

This also updates Erlang.mk.
@essen essen merged commit 6dd58a4 into master Mar 26, 2024
30 of 36 checks passed
@essen
Copy link
Member Author

essen commented Mar 26, 2024

Merged!!

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

Successfully merging this pull request may close these issues.

1 participant