connectrpc / connect-go

The Go implementation of Connect: Protobuf RPC that works.
https://connectrpc.com
Apache License 2.0
2.76k stars 91 forks source link

Reduce scope of `err` var in response content-type checks #681

Closed jhump closed 5 months ago

jhump commented 5 months ago

This also formats the grpc version of the check so it is consistent with the other two.

Addresses comment in prior PR: https://github.com/connectrpc/connect-go/pull/679#discussion_r1483403176