We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6cb98 commit 347664eCopy full SHA for 347664e
apisix/cli/ngx_tpl.lua
@@ -766,6 +766,7 @@ http {
766
grpc_set_header "Host" $upstream_host;
767
{% end %}
768
grpc_set_header Content-Type application/grpc;
769
+ grpc_set_header TE trailers;
770
grpc_socket_keepalive on;
771
grpc_pass $upstream_scheme://apisix_backend;
772
t/APISIX.pm
@@ -203,6 +203,7 @@ _EOC_
203
204
$grpc_location .= <<_EOC_;
205
206
207
208
grpc_pass \$upstream_scheme://apisix_backend;
209
0 commit comments