使用grpc-go调用grpc服务端时,出现rpc error: code = Internal desc = stream terminated by RST_STREAM with error code: PROTOCOL_ERROR报错时。

注意检查metadata里面的key有没有大写字母,建议使用metadata.MD带的Set方法,它会处理好大小写的问题。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-03-31
  • 2021-09-05
  • 2022-12-23
  • 2021-10-17
  • 2021-06-25
猜你喜欢
  • 2021-06-30
  • 2021-06-08
  • 2021-08-08
  • 2022-12-23
  • 2018-05-28
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案