api/handler/rpc: fix metadata cleanup (#1451)

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2020-03-31 21:59:35 +03:00 committed by GitHub
parent 6c6c5359b1
commit d6bef84de0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -289,8 +289,8 @@ func requestPayload(r *http.Request) ([]byte, error) {
for k, v := range md {
if strings.HasPrefix(k, "x-api-field-") {
matches[strings.TrimPrefix(k, "x-api-field-")] = v
delete(md, k)
}
delete(md, k)
}
// restore context without fields