Skip to content

Conversation

@zll600
Copy link
Contributor

@zll600 zll600 commented Feb 26, 2024

Description

Fixes #6403

support enable http3 for apisix.

Checklist

  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have added tests corresponding to this change
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible (If not, please discuss on the APISIX mailing list first)

set \$upstream_scheme 'http';
set \$upstream_host \$http_host;
set \$upstream_host \$host;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The value of variable $http_host header will be empty string when using http/3
ref: zulip/zulip#26348


install_static_curl () {
CURL_VERSION="8.6.0"
wget -q https://github.com/stunnel/static-curl/releases/download/${CURL_VERSION}/curl-linux-amd64-${CURL_VERSION}.tar.xz
Copy link
Contributor Author

@zll600 zll600 Feb 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curl from apt does not support option --http3-only to test. we need a newer version of curl

@zll600 zll600 closed this Mar 4, 2024
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.

feat: apisix support QUIC+HTTP3

1 participant