sogou / srpc

RPC framework based on C++ Workflow. Supports SRPC, Baidu bRPC, Tencent tRPC, thrift protocols.
Apache License 2.0
1.93k stars 382 forks source link

Set ignore_unknown_fields=true in JsonParseOptions for SRPC/TRPC Http message. #398

Closed holmes1412 closed 1 month ago

holmes1412 commented 1 month ago

And update util::JsonOptions to util::JsonPrintOptions, since the previous one is deprecated by absl.

397