Skip to content

Demonstration of a Connect Go bug around the canonicalization of streaming response trailers.

Notifications You must be signed in to change notification settings

jchadwick-buf/connect-go-streaming-trailer-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Demonstration of a Connect Go bug around the canonicalization of streaming response trailers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages