Closed KodrAus closed 2 months ago
This may be an issue with the target service not supporting gRPC over plain HTTP, but will leave open for now.
Since gRPC requires HTTP2 there's no expectation that a gRPC server can handle the HTTP1 upgrade flow and it seems many don't so I'll close this one now as something we won't do. It could be good to revisit in the future though.
Looks like we need to handle this. We may be best off trying to establish a HTTP/1.1 connection and then upgrade.