You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow padding to be omitted from binary metadata values
Motivation:
Binary metadata values are encoded as base64 strings. The gRPC spec
doesn't require that the values are padded. Currently gRPC Swift
requires values to be padded otherwise decoding will fail.
Modifications:
- Allow padding characters to be omitted when decoding base64
Result:
Can decode unpadded binary metadata values
0 commit comments