slime-io / slime

An intelligent ServiceMesh manager based on Istio
https://slime-io.github.io/
Other
420 stars 79 forks source link

limiter: fix missing route patch when only configuring json_body match #491

Closed believening closed 4 months ago

believening commented 4 months ago

import from: https://github.com/slime-io/slime/pull/427. https://github.com/slime-io/slime/pull/468

gogoproto 对长度为零的非空切片执行序列化时,会保留字段,golang proto 不会,导致生成 json-body match 失败。