buf curl request failing but curl and grpcurl are successful... Why? #2996
-
Hello, I am very familiar with gRPC and am experimenting with connectrpc for Go. I have a simple application based on the ubiquitous Greeter example at grpc's website. After generating, building, and running the server, curl and grpc requests are successful, but when I use "buf curl" the result is "not found". I'd appreciate any ideas how I can correct this error so I can experiment with Connect's protocol. I am using buf v1.32.0 and Go go1.22.3 darwin/amd64. Thank you for your time and suggestions! Here are the commands and results: // GRPC // HTTP // CONNECT
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please see for the resolution: connectrpc/connect-go#737 |
Beta Was this translation helpful? Give feedback.
Please see for the resolution: connectrpc/connect-go#737