grpc / grpc-web

gRPC for Web Clients
https://grpc.io
Apache License 2.0
8.51k stars 766 forks source link

grpc-message: upstream connect error or disconnect/reset before headers. reset reason: protocol error #1219

Open xxsong5 opened 2 years ago

xxsong5 commented 2 years ago

I use grpc-web at webpage, and golang based backend as grpc-server, then envoy told me protocol error, any suggestions?

anjuls commented 2 years ago

you are calling grpc service using http protocol probably.