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
HTTP endpoint options in grpc-gateway can have multiple options with the same name, see an example here.
Such options aren't parsed correctly by Protobuf.js, since, when iterating through them, it uses a key-value structure, resulting in only one of the additional_bindings field that is actually returned to the user (that is, the last one).
protobuf.js version: 6.8.8
HTTP endpoint options in grpc-gateway can have multiple options with the same name, see an example here.
Such options aren't parsed correctly by Protobuf.js, since, when iterating through them, it uses a key-value structure, resulting in only one of the
additional_bindings
field that is actually returned to the user (that is, the last one).A small example:
This prints the following (note it's missing
/url2
):The text was updated successfully, but these errors were encountered: