Opened 6 years ago
#1631 new enhancement
feature request: support ALTSVC frame
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-core | Version: | 1.15.x |
Keywords: | Cc: | ||
uname -a: | |||
nginx -V: | nginx version: nginx/1.11.2 built by gcc 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC) built with OpenSSL 1.0.2j 26 Sep 2016 TLS SNI support enabled configure arguments: --with-http_stub_status_module --with-http_ssl_module --with-debug --with-threads --with-http_v2_module --with-openssl=/tmp/build-nginx.SYvnH/openssl-OpenSSL_1_0_2j |
Description
http/2 has a ALTSVC frame feature that can tell client to send first request to another server.
https://tools.ietf.org/html/rfc7838#section-4
while alt-svc header only work after first response.
ngnx don't support ALTSVC frame now. request support for that feature.
Note:
See TracTickets
for help on using tickets.