Hello!
On Sun, Jun 26, 2016 at 9:00 PM, CJ Ess wrote:
> I ran into a problem with Nginx's http/2 implementation and I need a fix in
> Nginx 1.11.x. That version is listed as the mainline version on the Nginx
> site, will it be the next version in Openresty?
>
The next version of OpenResty will be 1.9.15.2, still with the nginx
1.9.15 core. Upgrading to the nginx 1.11.x should be the release after
1.9.15.2 is out (in July).
> If I wanted to try jumping the gun and getting Openresty w/ Nginx 1.11.1
> today, is it a simple as trading out what is in the Bundle directory? Or has
> the Nginx in the bundle directory been modified?
>
It takes quite some time to test the compatibility of all the
OpenResty components against every new nginx core. Regressions in new
nginx cores happen from time to time. To get an idea about what the
testing looks like, see
https://qa.openresty.org/
OpenResty maintains a list of patches for the nginx core. See
https://github.com/openresty/openresty/tree/master/patches/
Regards,
-agentzh