-
Notifications
You must be signed in to change notification settings - Fork 14
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
Feature Request: default support for --with-http_v2_module in the buildpack #3
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/171413628 The labels on this github issue will be updated when the story is started. |
Hey @vponnam thanks for filing this! The team is currently focusing most of our feature development efforts on Cloud Native Buildpacks (CNBs). I think that we can definitely look into supporting this in the nginx-cnb (https://github.com/cloudfoundry/nginx-cnb). I'm going to go ahead and move this into the nginx-cnb. |
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/171437753 The labels on this github issue will be updated when the story is started. |
Thanks for considering this feature @kvedurmu. |
Note: this will be resolved when cloudfoundry/buildpacks-ci#66 gets merged |
Closing this out. The PR to add in the module was merged and NGINX binaries have been re-built with this change. |
What version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running
cf curl /v2/info && cf version
?cf version 6.47.1+0921a21b7.2019-10-18
api_version: 2.135.0
What version of the buildpack you are using?
nginx_buildpack-cached-cflinuxfs3-v1.1.1.zip
If you were attempting to accomplish a task, what was it you were attempting to do?
Compiling and loading
ngx_http_v2_module
as a dynamic module for HTTP2(H2) support.What did you expect to happen?
Buildpack supports
ngx_http_v2_module
by default as a static module.What was the actual behavior?
User manually compiles the HTTP2 module outside of buildpack and loads it to the buidpack by following the steps mentioned under loading modules
Please confirm where necessary:
Additional context:
Although, GoRouter doesn't support HTTP/2 connections as mentioned here, HTTP/2 can be achieved through TCP Routing, hence looking to see if we can add the support for http_v2 module by default in the buildpack.
The text was updated successfully, but these errors were encountered: