Compare commits

...

1 Commits

Author SHA1 Message Date
73b7d998c0 fix Header and Cookie fill
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2021-10-27 13:13:33 +03:00

View File

@@ -166,7 +166,7 @@ func newRequest(ctx context.Context, addr string, req client.Request, ct string,
for km, vm := range parameters {
for k, required := range vm {
v, err = rutil.StructFieldByPath(nmsg, k)
v, err = rutil.StructFieldByPath(msg, k)
if err != nil {
return nil, errors.BadRequest("go.micro.client", err.Error())
}