chore: Add streaming response limit test (#1363)
feat(core): Default encoding/decoding limits (#1335)* feat(core): Default encoding/decoding limitsThis PR adds new defaults for both client and server maxencoding/decoding message size limits. B
feat(core): Default encoding/decoding limits (#1335)* feat(core): Default encoding/decoding limitsThis PR adds new defaults for both client and server maxencoding/decoding message size limits. By default, the max messagedecoding size is `4MB` and the max message encoding size is`usize::MAX`.This is follow up work from https://github.com/hyperium/tonic/pull/1274BREAKING: Default max message encoding/decoding limits* update generated code
show more ...
fix(codec): Fix streaming reponses w/ many status (#689)Closes #681
fix: base64 encode details header (#345)