Junrui Chen
Junrui Chen
it's more than 1.5 years, any update for this ? thanks
While it brings benefit of writing quick code, most of popular languages (C, Java, Python, PHP, Javascript) don't support actual multiple return values. Languages like python and javascript supports destructuring...
just a kind follow up, is there any update @tao12345666333 ? thank you
created a repository to reproduce the issue https://github.com/jchenship/yages/tree/jchen-reproduce-nginx-grpc-authority
this is actually might be a nginx issue, can reproduce in this nginx.conf ``` user nginx; worker_processes 1; error_log /dev/stdout debug; pid /var/run/nginx.pid; events { worker_connections 1024; } http {...
> Do you see the same problem (wrong authority header) if you try the grpc example Will try but the grpc example is extremely similar to my steps to reproduce...
> Do you see the same problem (wrong authority header) if you try the grpc example I just tried, yes it has the same problem (wrong authority header) go code...
bump for update , can you please at least try to reproduce and triage it first ? thanks
Just investigated a little bit more, I believe we need to add `grpc_set_header Host $http_host` again, which was removed in https://github.com/kubernetes/ingress-nginx/issues/3706 , because I can verify with `grpc_set_header Host $http_host`...
also verified this issue from the e2e test assertion I added in the PR, e.g. if the nginx.tmpl is on main branch, while running this e2e test with assertion of...