-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
bug: error in gPRC protocol as reverse proxy #10838
Comments
@Rustixir , can you share the response or request that triggered this error. |
what was the size of your response? |
after done configuration, I implemented route and just wanted test my first endpoint the client request for "/ping" path with POST method And below is our proto model
everything to be seems normal |
@Rustixir 4740180 is ascii-encoded HTT so it appears it's getting stumbled on HTTP/1 reply when reading from upstream connection socket. |
Current Behavior
hi, I wanted use apisix, but after I created route and set gPRC protocol for communicate with upstream,
I test that route with postman, apisix raise error:
after I searched about that , I found some article about is nginx problem and with increasing ( proxy_buffer_size ) be fix, but this solution isn't work for me.
in one article said about increase buffer size,
I add this into config file and mount to " /usr/local/apisix/conf/config.yaml "
my config was :
Steps to Reproduce
apisix docker image ~> apache/apisix:3.7.0-debian
this is my route config ( apisix-dashboard format ) :
The text was updated successfully, but these errors were encountered: