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

Replace a Header.Get call with getHeaderCanonical #682

Closed mattrobenolt closed 5 months ago

mattrobenolt commented 5 months ago

This is the only one I see left, and this is one is in the hot path for every request.

mattrobenolt commented 5 months ago

lol oopps, sorry

mattrobenolt commented 5 months ago

You didn't see the typo 🙈

I was bisecting a few changes here.