Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 432 Bytes

File metadata and controls

12 lines (11 loc) · 432 Bytes

Connect Go streaming trailer canonicalization bug

This repository demonstrates an issue with Connect Go wherein trailers parsed from Connect streaming are not canonicalized as expected.

If the bug is present, the following output will be seen when running go run .:

Unary:
- Trailer().Get("lowercase"): test
- Trailer()["Lowercase"][0]: test
Streaming:
- Trailer().Get("lowercase"): 
- Trailer()["lowercase"][0]: test