linkerd2-proxy-api
linkerd2-proxy-api copied to clipboard
un-camelCase `request_timeout` fields
When the request_timeout fields were added to the outbound API, they were accidentally added with camelCase names rather than snake_case. This is inconsistent with the rest of the protobuf, so this PR fixes that.