Welcome! Log In Create A New Profile

Advanced

nginx 1.9.4 + http/2 alpha patch -- encoding headers over HTTP/2 ?

PGNd
August 21, 2015 06:10PM
I've built/installed nginx 1.9.4 with the http/2 alpha patch

Installing the HTTP/2 Patch
https://www.nginx.com/blog/early-alpha-patch-http2

It's up & running; the detector plugins report HTTP/2 is 'active'.

An old SPDY issue

http://mailman.nginx.org/pipermail/nginx-devel/2012-June/002400.html

had dealt with encoding headers not being set over SPDY. A workaround had been suggested,


map $spdy $spdy_ae {
default $http_accept_encoding;
2 "gzip, deflate";
}

proxy_set_header Accept-Encoding $spdy_ae;

A fix was promised. I assume it's been done; I haven't yet found the commit that did.

Is this an issue still, or newly revisited, with HTTP/2, needing some similar workaround? Or has it been resolved, for SPDY &/or HTTP/2, and can be safely ignored?


_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

nginx 1.9.4 + http/2 alpha patch -- encoding headers over HTTP/2 ?

PGNd 706 August 21, 2015 06:10PM

Re: nginx 1.9.4 + http/2 alpha patch -- encoding headers over HTTP/2 ?

Valentin V. Bartenev 354 August 23, 2015 10:08AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 80
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready