You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Server::builder() set a timeout, and the processing time of a single request exceeds the timeout. The responses recevied by go client are missing HTTP content-type.
Version
Test on 0.12.3, but seems all versions have the same bug.
Bug Report
When Server::builder() set a timeout, and the processing time of a single request exceeds the timeout. The responses recevied by go client are missing HTTP content-type.
Version
Test on 0.12.3, but seems all versions have the same bug.
Platform
Linux
Description
Server sides:
Using the helloworld example
Client sides:
Use
grpcurl
orgrpc-go
helloworld client will fails, but uses tonic client seems normal.grpcurl
Responses:
The text was updated successfully, but these errors were encountered: