hanqingwu commented on issue #11121:
URL: https://github.com/apache/apisix/issues/11121#issuecomment-2041015883
when wrong case:
`2024/04/06 08:21:30 [info] 43#43: *7 [lua] config_yaml.lua:136: routes
items:
[{"upstream_id":"echoserver","name":"test","uri":"/test","plugins":{"proxy-rewrite":{"uri":"/some/api/endpoint","headers":{"set":{"X-Some-String-Value":"\"astringvalue\"","X-Some-String-Value-But-Different":"Different
\"astringvalue\""}}}}}], context: init_worker_by_lua*`
when right case:
`2024/04/06 08:24:45 [info] 34#34: *5 [lua] config_yaml.lua:136: routes
items:
[{"uri":"/test","upstream_id":"echoserver","plugins":{"proxy-rewrite":{"uri":"/some/api/endpoint","headers":{"set":{"X-Some-String-Value-But-Different":"Different
\"astringvaluebutdifferent\"","X-Some-String-Value":"\"astringvalue\""}}}},"name":"test"}],
context: init_worker_by_lua*`
some wrong in read config .
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]