commit | f121c4451fe23e091fad90a3e06d9ffc2e64fb43 | [log] [tgz] |
---|---|---|
author | Tim Swast <swast@google.com> | Fri Oct 26 11:00:10 2018 -0700 |
committer | Tres Seaver <tseaver@palladion.com> | Fri Oct 26 14:00:10 2018 -0400 |
tree | 541e5a9e3a0feef16fd042b9c4644b068f5bd4c3 | |
parent | b5bf50ad09a125a65b59ce6c82ae44114a1750da [diff] |
Don't URL-encode slashes in gRPC request headers. (#6310) Per internal document go/api-url-encoding (approved on 2017-04-20), "the client library will %-encode everything except "/" and unreserved characters, and the server will %-decode everything except "%2F" and %2f" This is currently affecting a private API which passes a resource name (containing slashes) as a query parameter over gRPC.